This is an archive of the discontinued LLVM Phabricator instance.

[lld] Don't fail if parent directory contains a '+' character
ClosedPublic

Authored by garious on Jan 9 2015, 11:26 AM.

Details

Summary

The test matches the absolute path of a file. If that path contains a '+' character, the test will fail. This patch adds '+' to the list of valid path characters.

Diff Detail

Repository
rL LLVM

Event Timeline

garious updated this revision to Diff 17938.Jan 9 2015, 11:26 AM
garious retitled this revision from to [lld] Don't fail if parent directory contains a '+' character.
garious updated this object.
garious edited the test plan for this revision. (Show Details)
garious added a reviewer: shankar.easwaran.
garious set the repository for this revision to rL LLVM.
garious added a project: lld.
garious added a subscriber: Unknown Object (MLST).
shankarke accepted this revision.Jan 9 2015, 5:17 PM
shankarke added a reviewer: shankarke.
This revision is now accepted and ready to land.Jan 9 2015, 5:17 PM
This revision was automatically updated to reflect the committed changes.