This should be pushed in AFTER http://reviews.llvm.org/D11532
Details
- Reviewers
- None
Diff Detail
Event Timeline
lib/Driver/Tools.cpp | ||
---|---|---|
2492 | If you are adding -pie to linker, I would expect that you also add -fPIE to compiler somewhere. But I can't find that other place. What am I missing? |
lib/Driver/Tools.cpp | ||
---|---|---|
2492 | Good point. |
rebase to r245497
got rid of -pie
Updating D12041: [TSAN/AArch64/Android] Teach clang to link on TSAN/AArch64/Android
On Android/Aarch64, there a few differences from linux/x86_64 with respect to
TSAN.
lib/Driver/Tools.cpp | ||
---|---|---|
2516 | TSAN requires all libs other than tsan itself to be dynamic. |
lib/Driver/Tools.cpp | ||
---|---|---|
2516 | Explanations belong in the comment, not in the review. |
nitpick: this temp is a bit redundant...