diff options
Diffstat (limited to 'test/Linker/Inputs/comdat-rm-dst.ll')
| -rw-r--r-- | test/Linker/Inputs/comdat-rm-dst.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Linker/Inputs/comdat-rm-dst.ll b/test/Linker/Inputs/comdat-rm-dst.ll new file mode 100644 index 000000000000..41dccdf2c7c1 --- /dev/null +++ b/test/Linker/Inputs/comdat-rm-dst.ll @@ -0,0 +1,5 @@ +target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32" +target triple = "i686-pc-windows-msvc" + +$foo = comdat largest +@foo = global i64 43, comdat |
