mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[lit] Fix some windows line endings that snuck in.
llvm-svn: 313301
This commit is contained in:
parent
a8560d8853
commit
78d9ca9e25
@ -40,11 +40,11 @@ def getTestSuite(item, litConfig, cache):
|
|||||||
ts, relative = search(parent)
|
ts, relative = search(parent)
|
||||||
return (ts, relative + (base,))
|
return (ts, relative + (base,))
|
||||||
|
|
||||||
# This is a private builtin parameter which can be used to perform
|
# This is a private builtin parameter which can be used to perform
|
||||||
# translation of configuration paths. Specifically, this parameter
|
# translation of configuration paths. Specifically, this parameter
|
||||||
# can be set to a dictionary that the discovery process will consult
|
# can be set to a dictionary that the discovery process will consult
|
||||||
# when it finds a configuration it is about to load. If the given
|
# when it finds a configuration it is about to load. If the given
|
||||||
# path is in the map, the value of that key is a path to the
|
# path is in the map, the value of that key is a path to the
|
||||||
# configuration to load instead.
|
# configuration to load instead.
|
||||||
config_map = litConfig.params.get('config_map')
|
config_map = litConfig.params.get('config_map')
|
||||||
if config_map:
|
if config_map:
|
||||||
|
Loading…
Reference in New Issue
Block a user