[PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 15:14:40 PST 2016
rnk added a comment.
What if we only warn if `D.isUsingLTO()`? Things are only going to go wrong if *this* version of clang generates LLVM IR not understood by the system libLTO. Presumably bitcode from static archives will work with the system version of libLTO.
Repository:
rL LLVM
https://reviews.llvm.org/D25932
More information about the cfe-commits
mailing list