[clang] [cmake][Fuchsia] armv8m -> armv8m.main (PR #98695)

2024-07-12 Thread LLVM Continuous Integration via cfe-commits
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

[clang] [cmake][Fuchsia] armv8m -> armv8m.main (PR #98695)

2024-07-12 Thread via cfe-commits
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

[clang] [cmake][Fuchsia] armv8m -> armv8m.main (PR #98695)

2024-07-12 Thread via 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

[clang] [cmake][Fuchsia] armv8m -> armv8m.main (PR #98695)

2024-07-12 Thread via 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. -

[clang] [cmake][Fuchsia] armv8m -> armv8m.main (PR #98695)

2024-07-12 Thread via cfe-commits
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