[PATCH] D19692: [CMake] NFC. Add support for testing the compiler without testing the linker
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 14:51:13 PDT 2016
beanz created this revision.
beanz added a reviewer: samsonov.
beanz added a subscriber: llvm-commits.
One of the big limitations we have in the compiler-rt build system today is that we cannot bootstrap building the builtins because you need a fully functional toolchain to pass CMake's tests.
This change adds support for compile only tests.
It is NFC because nothing is using the compile-only tests yet.
I believe this is the last separable part of D16653.
http://reviews.llvm.org/D19692
Files:
cmake/Modules/BuiltinTests.cmake
cmake/Modules/CompilerRTDarwinUtils.cmake
cmake/Modules/CompilerRTUtils.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19692.55497.patch
Type: text/x-patch
Size: 4111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160428/72cf25a2/attachment.bin>
More information about the llvm-commits
mailing list