This is an archive of the discontinued LLVM Phabricator instance.

[NFC][sanitizer] Add and use empty RTSanitizerCommonSymbolizerInternal
ClosedPublic

Authored by vitalybuka on Aug 14 2023, 2:47 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 14 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 2:47 PM
vitalybuka requested review of this revision.Aug 14 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 2:47 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka edited the summary of this revision. (Show Details)Aug 14 2023, 2:48 PM

Not now, but maybe in future we can introduce driver flag for that.
E.g clang -fsanitize=address -fsanitize-symbolizer

Enna1 accepted this revision.Aug 14 2023, 11:12 PM

LGTM. I am not familiar with CMake, wait for @phosek's opinion ?

This revision is now accepted and ready to land.Aug 14 2023, 11:12 PM
phosek accepted this revision.Aug 14 2023, 11:29 PM

LGTM