This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fix for split dwarf test on Windows (NFC)
ClosedPublic

Authored by andrewng on Apr 20 2018, 3:31 AM.

Details

Summary

On Windows, %llc_dwarf automatically adds -mtriple causing this test to
error. Changed %llc_dwarf to llc.

Diff Detail

Repository
rL LLVM

Event Timeline

andrewng created this revision.Apr 20 2018, 3:31 AM
probinson accepted this revision.Apr 20 2018, 3:34 AM
probinson added a subscriber: probinson.

LGTM

This revision is now accepted and ready to land.Apr 20 2018, 3:34 AM
This revision was automatically updated to reflect the committed changes.