diff options
Diffstat (limited to 'test/Linker/module-flags-pic-2-a.ll')
-rw-r--r-- | test/Linker/module-flags-pic-2-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/module-flags-pic-2-a.ll b/test/Linker/module-flags-pic-2-a.ll index 3ff9c8f..e09af6b 100644 --- a/test/Linker/module-flags-pic-2-a.ll +++ b/test/Linker/module-flags-pic-2-a.ll @@ -3,7 +3,7 @@ ; test linking modules with two different PIC levels -!0 = metadata !{ i32 1, metadata !"PIC Level", i32 1 } +!0 = !{ i32 1, !"PIC Level", i32 1 } !llvm.module.flags = !{!0} |