[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 13:20:31 PST 2017


mgorny added a comment.

@compnerd, ping. Do you really think this is a real issue? As I said on the other patch, the only case when compiler-rt would generate i686-suffixed library is if the builder specifically used `-march=i686` for the compiler-rt build, and in that case the i386 variant (which is identical to the i686 variant since both are built with the same flags) is built anyway.


https://reviews.llvm.org/D26796





More information about the cfe-commits mailing list