This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Cleanup code for platforms other than Linux x86_64.
ClosedPublic

Authored by browneee on Jun 17 2021, 12:14 PM.

Details

Summary

These other platforms are unsupported and untested.
They could be re-added later based on MSan code.

Diff Detail

Event Timeline

browneee created this revision.Jun 17 2021, 12:14 PM
browneee requested review of this revision.Jun 17 2021, 12:14 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 17 2021, 12:14 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
gbalats accepted this revision.Jun 17 2021, 12:34 PM
This revision is now accepted and ready to land.Jun 17 2021, 12:34 PM
This revision was landed with ongoing or failed builds.Jun 17 2021, 2:09 PM
This revision was automatically updated to reflect the committed changes.
browneee reopened this revision.Jun 17 2021, 2:56 PM
This revision is now accepted and ready to land.Jun 17 2021, 2:56 PM
browneee updated this revision to Diff 352859.Jun 17 2021, 2:56 PM

Fix build.

browneee updated this revision to Diff 352870.Jun 17 2021, 4:14 PM

Remove unused runtime global variable.

llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp