diff options
Diffstat (limited to 'test/Linker/Inputs/comdat2.ll')
-rw-r--r-- | test/Linker/Inputs/comdat2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/comdat2.ll b/test/Linker/Inputs/comdat2.ll index 9e18304..ed2af62 100644 --- a/test/Linker/Inputs/comdat2.ll +++ b/test/Linker/Inputs/comdat2.ll @@ -1,2 +1,2 @@ $foo = comdat largest -@foo = global i64 43, comdat $foo +@foo = global i64 43, comdat($foo) |