This is an archive of the discontinued LLVM Phabricator instance.

[clang] Enable -fsanitize=thread on Fuchsia.
ClosedPublic

Authored by charco on Aug 28 2020, 4:05 PM.

Details

Summary

This CL modifies clang enabling using -fsanitize=thread on fuchsia. The
change doesn't build the runtime for fuchsia, it just enables the
instrumentation to be used.

pair-programmed-with: mdempsky@google.com
Change-Id: I816c4d240d1f15e9eae2803fb8ba3a7bf667ed51

Diff Detail

Event Timeline

charco created this revision.Aug 28 2020, 4:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2020, 4:05 PM
charco requested review of this revision.Aug 28 2020, 4:05 PM
phosek accepted this revision.Aug 28 2020, 4:12 PM

LGTM

This revision is now accepted and ready to land.Aug 28 2020, 4:12 PM
mcgrathr accepted this revision.Aug 28 2020, 4:19 PM

I'm not 100% sure we don't need more fiddles in the driver, but we can iterate from here.

charco updated this revision to Diff 288735.Aug 28 2020, 5:23 PM

remove change-id lines.

This revision was landed with ongoing or failed builds.Aug 28 2020, 5:26 PM
This revision was automatically updated to reflect the committed changes.