This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix LIT tests on Windows VS2019
ClosedPublic

Authored by rafauler on May 25 2022, 7:04 PM.

Details

Summary

Fix newline issue in link_fdata.py, as well as how to call the tool.

Diff Detail

Event Timeline

rafauler created this revision.May 25 2022, 7:04 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
rafauler published this revision for review.May 26 2022, 3:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2022, 3:58 PM
Amir accepted this revision.May 26 2022, 11:26 PM

Cool, thanks for fixing these! Glad that you've found a use for --nmtool option.
We don't have a windows buildbot now to run tests on windows (the -msvc buildbot runs on Linux under wine), but we may request to enable windows pre-merge checks testing.

This revision is now accepted and ready to land.May 26 2022, 11:26 PM
This revision was automatically updated to reflect the committed changes.