This is an archive of the discontinued LLVM Phabricator instance.

Set the flag so that compler-rt-CMake will set COMPILER_RT_HAS_LLD=true (See compiler-rt/CMakeLists.txt, line ~592)
AbandonedPublic

Authored by vitalybuka on Nov 3 2020, 2:32 PM.

Details

Summary

Without this, COMPILER_RT_HAS_LLD is always false, resulting in all tests being marked as "unsupported".

Event Timeline

oontvoo created this revision.Nov 3 2020, 2:32 PM
oontvoo requested review of this revision.Nov 3 2020, 2:32 PM
oontvoo edited the summary of this revision. (Show Details)Nov 3 2020, 2:41 PM
vitalybuka added inline comments.Nov 3 2020, 3:56 PM
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
113

we can't do that, here we cross compile stuff for android, we can't build lld here
we should have lld from build_stage2_android

vitalybuka commandeered this revision.Nov 4 2020, 1:31 AM
vitalybuka abandoned this revision.
vitalybuka edited reviewers, added: oontvoo; removed: vitalybuka.