[PATCH] D47094: [CMake] Reland "Detect the compiler runtime and standard library"

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 15:54:00 PDT 2018


phosek created this revision.
phosek added reviewers: beanz, vitalybuka, rnk.
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/D47094

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/cmake/Modules/CompilerRTUtils.cmake
  compiler-rt/cmake/config-ix.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47094.147608.patch
Type: text/x-patch
Size: 8184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180518/54b62852/attachment.bin>


More information about the llvm-commits mailing list