[PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 13:07:00 PDT 2015
beanz created this revision.
beanz added reviewers: samsonov, chh, compnerd, bogner.
beanz added a subscriber: llvm-commits.
I broke building the builtins with r245967. This fixes them on Linux and builds them properly for Darwin.
The old code could not be made to work on Darwin as a result of the refactoring of add_compiler_rt_runtime, so I had to rework the way they are built for Darwin. This solution is not ideal and will be fixed in subsequent commits. I just want to get this in so everything is working again.
http://reviews.llvm.org/D12500
Files:
cmake/config-ix.cmake
lib/builtins/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12500.33617.patch
Type: text/x-patch
Size: 4340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150831/3e4d1571/attachment.bin>
More information about the llvm-commits
mailing list