[libcxx-commits] [PATCH] D112155: [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAIN
Simon Moll via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 2 02:02:29 PST 2022
simoll added a comment.
Herald added a project: All.
Remark: Targets need to specify `CMAKE_ASM_COMPILER_TARGET` or `UnwindRegistersRestore|Save.S` will be assembled for the default target, not the `CMAKE_C|CXX_COMPILER_TARGET`.
This caused the libunwind miscompile for the clang-ve-ninja bot: https://lab.llvm.org/buildbot/#/builders/91/builds/4728
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112155/new/
https://reviews.llvm.org/D112155
More information about the libcxx-commits
mailing list