[PATCH] D13425: [compiler-rt] Properly detect lack of available system libraries for arch in clang_darwin.mk
Jeremy Huddleston Sequoia via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 11 08:54:06 PDT 2015
jeremyhu added a subscriber: jeremyhu.
jeremyhu added a comment.
This change introduced a regression. The compiler compiles successfully but now fails to link because the platform arguments are not passed. The linker now errs out because it thinks it is mixing platforms.
Repository:
rL LLVM
http://reviews.llvm.org/D13425
More information about the llvm-commits
mailing list