aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/constant-export.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/constant-export.ll')
-rw-r--r--test/COFF/Inputs/constant-export.ll7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/COFF/Inputs/constant-export.ll b/test/COFF/Inputs/constant-export.ll
index 2b57e8d083fa..666c18f1303d 100644
--- a/test/COFF/Inputs/constant-export.ll
+++ b/test/COFF/Inputs/constant-export.ll
@@ -3,8 +3,5 @@ target triple = "i686-unknown-windows-msvc18.0.0"
@__CFConstantStringClassReference = common global [32 x i32] zeroinitializer, align 4
-!llvm.module.flags = !{!0}
-
-!0 = !{i32 6, !"Linker Options", !1}
-!1 = !{!2}
-!2 = !{!" -export:___CFConstantStringClassReference,CONSTANT"}
+!llvm.linker.options = !{!0}
+!0 = !{!" -export:___CFConstantStringClassReference,CONSTANT"}