diff options
Diffstat (limited to 'test/Linker/Inputs/comdat3.ll')
-rw-r--r-- | test/Linker/Inputs/comdat3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/comdat3.ll b/test/Linker/Inputs/comdat3.ll index 06f08b9..a1b730f 100644 --- a/test/Linker/Inputs/comdat3.ll +++ b/test/Linker/Inputs/comdat3.ll @@ -1,2 +1,2 @@ $foo = comdat noduplicates -@foo = global i64 43, comdat $foo +@foo = global i64 43, comdat($foo) |