[PATCH] D89492: [compiler-rt] Enable building builtins using top-level CMake file
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 12:16:03 PDT 2020
phosek created this revision.
phosek added reviewers: beanz, smeenai, daltenty.
Herald added subscribers: llvm-commits, Sanitizers, s.egerton, simoncook, mgorny, dberris.
Herald added projects: Sanitizers, LLVM.
phosek requested review of this revision.
When building builtins separately as part of the runtime build, we
also want to include crt. To enable that, enable building builtins
together with crt using the top-level CMake file with a new option
COMPILER_RT_BUILTINS_ONLY set.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89492
Files:
compiler-rt/CMakeLists.txt
compiler-rt/cmake/builtin-config-ix.cmake
compiler-rt/cmake/config-ix.cmake
compiler-rt/lib/builtins/CMakeLists.txt
llvm/runtimes/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89492.298437.patch
Type: text/x-patch
Size: 12636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201015/8360ad84/attachment.bin>
More information about the llvm-commits
mailing list