[PATCH] D70744: [compiler-rt] Split the builtins CMake build to a separate file

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 14:12:27 PST 2019


phosek created this revision.
phosek added reviewers: beanz, smeenai.
Herald added subscribers: llvm-commits, Sanitizers, s.egerton, simoncook, mgorny, dberris, srhines.
Herald added projects: Sanitizers, LLVM.
phosek added a comment.

I assume that builtins and crt would be eventually moved to their own top-level directory (e.g. `builtins` or just `compiler-rt`) separate from sanitizers at which point this new `CMakeLists.txt` would become the root of that directory.


When building builtins separately as part of the runtime build, we
also want to include crt. To enable that, move the builtins CMake
build into a separate file: compiler-rt/builtins/CMakeLists.txt,
which includes both builtins and crt.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70744

Files:
  compiler-rt/builtins/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: D70744.231133.patch
Type: text/x-patch
Size: 6520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/61b0f402/attachment.bin>


More information about the llvm-commits mailing list