summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/linker-option.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/linker-option.c')
-rw-r--r--clang/test/CodeGen/linker-option.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/linker-option.c b/clang/test/CodeGen/linker-option.c
index b1b2ec461c8..13bd981179b 100644
--- a/clang/test/CodeGen/linker-option.c
+++ b/clang/test/CodeGen/linker-option.c
@@ -1,8 +1,6 @@
// RUN: %clang_cc1 %s --linker-option=/include:foo -triple i686-pc-win32 -emit-llvm -o - | FileCheck %s
-// CHECK: !llvm.module.flags = !{{{.*}}}
-// CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]}
-// CHECK: ![[link_opts]] = !{![[msvcrt:[0-9]+]]}
+// CHECK: !llvm.linker.options = !{![[msvcrt:[0-9]+]]}
// CHECK: ![[msvcrt]] = !{!"/include:foo"}
int f();
OpenPOWER on IntegriCloud