[llvm] d064932 - [dsymutil] Update union-fwd-decl.test for Windows
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 24 15:07:54 PDT 2021
Author: Jonas Devlieghere
Date: 2021-09-24T15:07:22-07:00
New Revision: d0649320bf39efddf10a430c1821911060d684b2
URL: https://github.com/llvm/llvm-project/commit/d0649320bf39efddf10a430c1821911060d684b2
DIFF: https://github.com/llvm/llvm-project/commit/d0649320bf39efddf10a430c1821911060d684b2.diff
LOG: [dsymutil] Update union-fwd-decl.test for Windows
Remove path separators from CHECK-lines in union-fwd-decl.test
Added:
Modified:
llvm/test/tools/dsymutil/X86/union-fwd-decl.test
Removed:
################################################################################
diff --git a/llvm/test/tools/dsymutil/X86/union-fwd-decl.test b/llvm/test/tools/dsymutil/X86/union-fwd-decl.test
index e738ab2e3d99..c73db0e3f553 100644
--- a/llvm/test/tools/dsymutil/X86/union-fwd-decl.test
+++ b/llvm/test/tools/dsymutil/X86/union-fwd-decl.test
@@ -57,5 +57,5 @@ CHECK: DW_TAG_compile_unit
CHECK: DW_AT_name ("Container_ivars")
CHECK-NEXT: DW_AT_byte_size (0x01)
-CHECK-NEXT: DW_AT_decl_file ("/tmp/union/container.cpp")
+CHECK-NEXT: DW_AT_decl_file ("{{.*}}container.cpp")
CHECK-NEXT: DW_AT_decl_line (4)
More information about the llvm-commits
mailing list