This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Enable tsan for aarch64
ClosedPublic

Authored by zatrazz on Aug 5 2015, 9:10 AM.

Details

Summary

This patch enables the -fsanitizer=thread option for Linux/aarch64.

Diff Detail

Event Timeline

zatrazz updated this revision to Diff 31356.Aug 5 2015, 9:10 AM
zatrazz retitled this revision from to [sanitizer] Enable tsan for aarch64.
zatrazz updated this object.
zatrazz added a subscriber: cfe-commits.
rengolin accepted this revision.Aug 5 2015, 11:43 AM
rengolin edited edge metadata.

This patch is necessary for the RT tests to compile on AArch64.

This revision is now accepted and ready to land.Aug 5 2015, 11:43 AM
rengolin closed this revision.Aug 5 2015, 11:43 AM

r244091