[CMake] Detect the compiler runtime and standard library
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. Differential Revision: https://reviews.llvm.org/D46857 llvm-svn: 332683
Loading
Please sign in to comment