This is an archive of the discontinued LLVM Phabricator instance.

Enable symbolize-deadlock.test on Windows
ClosedPublic

Authored by metzman on Sep 5 2018, 7:37 AM.

Details

Summary

Remove unneeded #include of <unistd.h> from SymbolizeDeadlock.cpp to
enable compilation on Windows and enable symbolize-deadlock.test on
Windows.

Patch by Jonathan Metzman (@metzman).

Diff Detail

Event Timeline

metzman created this revision.Sep 5 2018, 7:37 AM
Dor1s updated this revision to Diff 164041.Sep 5 2018, 7:42 AM

fix the filepaths

Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptSep 5 2018, 7:42 AM
Dor1s accepted this revision.Sep 5 2018, 7:43 AM
Dor1s edited the summary of this revision. (Show Details)
Dor1s added a subscriber: kcc.
This revision is now accepted and ready to land.Sep 5 2018, 7:44 AM
This revision was automatically updated to reflect the committed changes.