[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 19:41:29 PDT 2018
phosek added a comment.
One of the positive side-effects of this change is that it also avoids passing unnecessary `--rtlib=` and `--stdlib=` flags which eliminates spurious warnings in Fuchsia build that forced us to disable `-Werror`, this would affect any platform that uses non-default `--rtlib=` or `--stdlib=` values.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D46857
More information about the llvm-commits
mailing list