This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Set Darwin specific linker and compiler flags for tsan tests
ClosedPublic

Authored by zaks.anna on Oct 20 2016, 5:56 PM.

Details

Reviewers
kubamracek
Summary

We are missing these flags for tsan tests as well. This can cause the Unit tests to be built with a different SDK version than that was used to build the runtime.

(Similar to https://reviews.llvm.org/D25352)

Diff Detail

Event Timeline

zaks.anna updated this revision to Diff 75385.Oct 20 2016, 5:56 PM
zaks.anna retitled this revision from to [tsan] Set Darwin specific linker and compiler flags for tsan tests.
zaks.anna updated this object.
zaks.anna added a reviewer: kubamracek.
zaks.anna added a subscriber: llvm-commits.
kubamracek accepted this revision.Oct 25 2016, 5:01 PM
kubamracek edited edge metadata.
This revision is now accepted and ready to land.Oct 25 2016, 5:01 PM
Eugene.Zelenko closed this revision.Nov 9 2016, 6:00 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL285255.