llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu`
running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/59/builds/1495
Here is the relevant piece of the bu
https://github.com/PiJoules closed
https://github.com/llvm/llvm-project/pull/98695
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/zeroomega approved this pull request.
https://github.com/llvm/llvm-project/pull/98695
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (PiJoules)
Changes
armv8m builtins aren't being built because `armv8m` doesn't match any of the
arm cpu strings in compiler-rt cmake files. Instead there's `armv8m.main` and
`armv8m.base`. We want to use the `armv8m.main` version.
-
https://github.com/PiJoules created
https://github.com/llvm/llvm-project/pull/98695
armv8m builtins aren't being built because `armv8m` doesn't match any of the
arm cpu strings in compiler-rt cmake files. Instead there's `armv8m.main` and
`armv8m.base`. We want to use the `armv8m.main` version