[PATCH] D46857: [CMake] Detect the compiler runtime and standard library
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 16:39:55 PDT 2018
phosek created this revision.
phosek added reviewers: beanz, vitalybuka.
Herald added subscribers: Sanitizers, llvm-commits, mgorny.
Rather then requiring the user to specify runtime the compiler
runtime and C++ standard library, or trying to guess them which is
error-prone, use auto-detection by parsing the compiler link output.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D46857
Files:
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
compiler-rt/cmake/Modules/HandleCompilerRT.cmake
compiler-rt/cmake/config-ix.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46857.146721.patch
Type: text/x-patch
Size: 10168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180514/123266aa/attachment-0001.bin>
More information about the llvm-commits
mailing list