mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Allow lines that have \ and end in \ to be recognized as ending in \
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edca80b5e8
commit
601e845d60
@ -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…
Reference in New Issue
Block a user