forked from OSchip/llvm-project
Fix defines.txt
Support arbitrary suffix when matching FileCheck executable name in defines.txt to successfully match FileCheck.EXE on Microsoft Windows. llvm-svn: 351042
This commit is contained in:
parent
0e93b076c4
commit
ca28a4651e
|
@ -24,7 +24,7 @@ Value = 10
|
|||
|
||||
; ERRCLIEQ1: Missing equal sign in command-line definition '-DVALUE10'
|
||||
|
||||
; ERRCLIEQ2: FileCheck: for the -D option: requires a value!
|
||||
; ERRCLIEQ2: FileCheck{{[^:]*}}: for the -D option: requires a value!
|
||||
|
||||
; ERRCLIVAR1: Missing pattern variable name in command-line definition '-D=10'
|
||||
|
||||
|
|
Loading…
Reference in New Issue