diff options
Diffstat (limited to 'test/Linker/Inputs/comdat4.ll')
-rw-r--r-- | test/Linker/Inputs/comdat4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/comdat4.ll b/test/Linker/Inputs/comdat4.ll index bbfe3f7..5b4b812 100644 --- a/test/Linker/Inputs/comdat4.ll +++ b/test/Linker/Inputs/comdat4.ll @@ -2,4 +2,4 @@ target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32" target triple = "i686-pc-windows-msvc" $foo = comdat samesize -@foo = global i64 42, comdat $foo +@foo = global i64 42, comdat($foo) |