This is an archive of the discontinued LLVM Phabricator instance.

Fix llvm-rc tests.
ClosedPublic

Authored by eugenis on Mar 26 2019, 6:03 PM.

Details

Summary

Follow-up for D56743.

  • Add more "--" in llvm-rc invocations.
  • Add llvm-rc to the tools list. This uses full path to llvm-rc in test RUN lines (llvm-lit -v), making them copy-pasteable.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Mar 26 2019, 6:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2019, 6:03 PM

To see this problem, move your build directory to a full path starting with "/c".

mstorsjo accepted this revision.Mar 27 2019, 5:15 AM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 27 2019, 5:15 AM
This revision was automatically updated to reflect the committed changes.