[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 26 13:55:22 PDT 2017
compnerd accepted this revision.
compnerd added a comment.
I don't think that there is a guarantee that compiler-rt and clang are upgraded in lockstep. At least for the builtins, there is a relatively stable interface. However, I don't think that at this point the Windows MSVC environment depends on compiler-rt much (except for complex multiplication/division in C99+). That can be satisfied with `vcclang.lib`. So, this is probably better off now than before.
https://reviews.llvm.org/D26796
More information about the cfe-commits
mailing list