This is an archive of the discontinued LLVM Phabricator instance.

Add a global setting for the interpreter's escape-character
Needs ReviewPublic

Authored by zturner on Jan 12 2015, 5:04 PM.

Details

Reviewers
clayborg
jingham
Summary

This enables Windows to specify paths with backslashes unquoted and fixes many tests as a result. We don't always have control over what type of slashes a path built in python has. For example if os.join() is used it will use backslashes. or if os.path.separator is used. So it's important to be able to have unquoted paths on Windows.

Diff Detail

Event Timeline

zturner updated this revision to Diff 18062.Jan 12 2015, 5:04 PM
zturner retitled this revision from to Add a global setting for the interpreter's escape-character.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added reviewers: clayborg, jingham.
zturner added a subscriber: Unknown Object (MLST).