This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Disable sanitzers on clang-cmake-armv8-lld
ClosedPublic

Authored by peter.smith on Aug 29 2018, 4:17 AM.

Details

Summary

The combination of ARM, LLD and compiler-rt has flushed out some problems with CFI on ARM https://bugs.llvm.org/show_bug.cgi?id=38690 . Until these can be fixed or worked around disable the sanitizer build so that the CFI tests are not run. In an ideal world it would be possible just to disable the CFI tests but unfortunately the only option available is the sanitizers.

Diff Detail

Event Timeline

peter.smith created this revision.Aug 29 2018, 4:17 AM
maxim-kuvyrkov accepted this revision.Aug 30 2018, 3:39 AM
This revision is now accepted and ready to land.Aug 30 2018, 3:39 AM
peter.smith closed this revision.Aug 30 2018, 5:28 AM

Committed r341059.