[PATCH] D31098: [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:45:11 PDT 2017


beanz added a comment.

@inglorion I believe the reason we had to set the policy to `OLD` is because the auto-passed variable masks the explicitly passed one in `try_compile`. If that is the case, we need the same change in the Darwin code path too.


https://reviews.llvm.org/D31098





More information about the llvm-commits mailing list