Displaying 1 result from an estimated 1 matches for "af0cd73b".
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
Hello all!
Just got a small patch I’d like to put up for review.
llvm with clang and compiler-rt have been consistently failing for me during
the linking step for either the address or ub sanitizer for iOS simulator.
As far as I could tell, passing -isysroot to clang++ when linking does not
also set the search root for ld. This patch addresses that issue.
Unfortunately, the build fails later