[PATCH] D120066: FileCheck’s regexp stumped on Windows.
Zahira Ammarguellat via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 17 08:52:50 PST 2022
zahiraam updated this revision to Diff 409678.
zahiraam marked an inline comment as done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120066/new/
https://reviews.llvm.org/D120066
Files:
clang/test/CodeGenCXX/debug-info-hotpatch.cpp
Index: clang/test/CodeGenCXX/debug-info-hotpatch.cpp
===================================================================
--- clang/test/CodeGenCXX/debug-info-hotpatch.cpp
+++ clang/test/CodeGenCXX/debug-info-hotpatch.cpp
@@ -12,7 +12,7 @@
// RUN: %clang_cl --target=x86_64-windows-msvc /hotpatch -### -- %s 2>&1 \
// RUN: | FileCheck %s --check-prefix=FUNCTIONPADMIN
// FUNCTIONPADMIN: clang{{.*}}
-// FUNCTIONPADMIN: {{link.*"}}
+// FUNCTIONPADMIN: {{link[^"]*"}}
// FUNCTIONPADMIN: -functionpadmin
int main() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120066.409678.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220217/ca277b94/attachment-0001.bin>
More information about the cfe-commits
mailing list