[PATCH] D91334: [compiler-rt] Set CMAKE_TRY_COMPILE_TARGET_TYPE to STATIC_LIBRARY when building builtins standalone
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 23:37:21 PST 2021
smeenai accepted this revision.
smeenai added a comment.
This will already work as-is for the runtimes build (since it builds the builtins standalone), but builtins-config-ix already sets an equivalent option <https://github.com/llvm/llvm-project/blob/c7712087cbb505d324e1149fa224f607c91a8c6a/compiler-rt/cmake/builtin-config-ix.cmake#L4-L5> for compiler-rt's custom macros, so it should be fine to apply this one universally to the builtins as well (either in this file or in builtins-config-ix).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91334/new/
https://reviews.llvm.org/D91334
More information about the llvm-commits
mailing list