mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
Allow lines that have \ and end in \ to be recognized as ending in \
llvm-svn: 36074
This commit is contained in:
parent
f2149355c3
commit
9a91d444e0
@ -113,7 +113,7 @@ proc RunLLVMTests { test_source_files } {
|
|||||||
break
|
break
|
||||||
|
|
||||||
# if the line is continued, concatente and continue the loop
|
# if the line is continued, concatente and continue the loop
|
||||||
} elseif {[regexp {RUN: *([^\\]+)(\\)$} $line match oneline suffix]} {
|
} elseif {[regexp {RUN: *(.+)(\\)$} $line match oneline suffix]} {
|
||||||
set runline "$runline$oneline "
|
set runline "$runline$oneline "
|
||||||
|
|
||||||
# if its a terminating RUN: line then do substitution on the whole line
|
# if its a terminating RUN: line then do substitution on the whole line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user