diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2019-01-14 10:10:48 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2019-01-14 10:10:48 +0000 |
commit | ca28a4651e32e98abde7225a39b1bd65be1a8287 (patch) | |
tree | dd7740d0e16bfebceceed8653a32f1939b62c776 | |
parent | 0e93b076c4e46778c81cb7b4fb5781e18305f6ab (diff) | |
download | bcm5719-llvm-ca28a4651e32e98abde7225a39b1bd65be1a8287.tar.gz bcm5719-llvm-ca28a4651e32e98abde7225a39b1bd65be1a8287.zip |
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
-rw-r--r-- | llvm/test/FileCheck/defines.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FileCheck/defines.txt b/llvm/test/FileCheck/defines.txt index 05d1b7bcfe8..24947b250dd 100644 --- a/llvm/test/FileCheck/defines.txt +++ b/llvm/test/FileCheck/defines.txt @@ -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' |