[clang] df67d35 - [test] Fix debug-info-macro.c
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 12:05:12 PST 2021
Author: Fangrui Song
Date: 2021-03-09T12:04:51-08:00
New Revision: df67d3526962ae51446b1390e7c40e045e580ec2
URL: https://github.com/llvm/llvm-project/commit/df67d3526962ae51446b1390e7c40e045e580ec2
DIFF: https://github.com/llvm/llvm-project/commit/df67d3526962ae51446b1390e7c40e045e580ec2.diff
LOG: [test] Fix debug-info-macro.c
Added:
Modified:
clang/test/CodeGen/debug-info-macro.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/debug-info-macro.c b/clang/test/CodeGen/debug-info-macro.c
index 6294d43753f0..22080df2c6de 100644
--- a/clang/test/CodeGen/debug-info-macro.c
+++ b/clang/test/CodeGen/debug-info-macro.c
@@ -27,7 +27,7 @@
// CHECK: !DICompileUnit({{.*}} macros: [[Macros:![0-9]+]]
// CHECK: [[EmptyMD:![0-9]+]] = !{}
-// NO_PCH: [[Macros]] = !{[[MainMacroFile:![0-9]+]], [[BuiltinMacro:![0-9]+]], {{.*}}, [[DefineC1:![0-9]+]], [[DefineA:![0-9]+]], [[UndefC1:![0-9]+]]}
+// NO_PCH: [[Macros]] = !{[[MainMacroFile:![0-9]+]], [[BuiltinMacro:![0-9]+]], {{.*}}, [[DefineC1:![0-9]+]], [[DefineA:![0-9]+]], [[UndefC1:![0-9]+]], ![[#]]}
// PCH: [[Macros]] = !{[[MainMacroFile:![0-9]+]], [[DefineC1:![0-9]+]], [[DefineA:![0-9]+]], [[UndefC1:![0-9]+]]}
// CHECK: [[MainMacroFile]] = !DIMacroFile(file: [[MainFile:![0-9]+]], nodes: [[N1:![0-9]+]])
More information about the cfe-commits
mailing list