This is an archive of the discontinued LLVM Phabricator instance.

[asan] Remove Asan, Ubsan support of RTEMS and Myriad
ClosedPublic

Authored by vitalybuka on Jun 14 2021, 8:55 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Jun 14 2021, 8:55 PM
vitalybuka requested review of this revision.Jun 14 2021, 8:55 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptJun 14 2021, 8:55 PM
Herald added subscribers: llvm-commits, Restricted Project, cfe-commits. · View Herald Transcript
vitalybuka added a subscriber: waltl.
This revision is now accepted and ready to land.Jun 15 2021, 9:53 AM
waltl added inline comments.Jun 15 2021, 10:22 AM
clang/lib/Driver/ToolChains/CommonArgs.cpp
761

Just to be super cautious, can be keep this line and the one below in regard to libdl below? RTEMS is an open source project so it's conceivable that someone may be using clang for it.

769

Ditto.

restore few lines

vitalybuka marked 2 inline comments as done.Jun 15 2021, 12:31 PM

remove unrelated fix

This revision was landed with ongoing or failed builds.Jun 15 2021, 12:59 PM
This revision was automatically updated to reflect the committed changes.
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp