This is an archive of the discontinued LLVM Phabricator instance.

Disabling sancov.cc on windows.
ClosedPublic

Authored by aizatsky on Nov 10 2015, 6:00 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 39877.Nov 10 2015, 6:00 PM
aizatsky retitled this revision from to Disabling sancov.cc on windows. It can't be built due to cxxabi missing. Will fix later..
aizatsky updated this object.
aizatsky retitled this revision from Disabling sancov.cc on windows. It can't be built due to cxxabi missing. Will fix later. to Disabling sancov.cc on windows. .Nov 10 2015, 6:01 PM
aizatsky updated this object.
aizatsky added reviewers: kcc, krasin.
aizatsky added a subscriber: llvm-commits.
kcc accepted this revision.Nov 10 2015, 6:02 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 10 2015, 6:02 PM
This revision was automatically updated to reflect the committed changes.
krasin added inline comments.Nov 10 2015, 6:05 PM
lib/sanitizer_common/CMakeLists.txt
160 ↗(On Diff #39877)

Will it work for MinGW or Cygwin?