mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +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
|
||||
|
||||
# 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 "
|
||||
|
||||
# if its a terminating RUN: line then do substitution on the whole line
|
||||
|
Loading…
x
Reference in New Issue
Block a user