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