diff options
Diffstat (limited to 'lld/test/ELF/lto/Inputs/common3.ll')
-rw-r--r-- | lld/test/ELF/lto/Inputs/common3.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/ELF/lto/Inputs/common3.ll b/lld/test/ELF/lto/Inputs/common3.ll new file mode 100644 index 00000000000..a4efc659157 --- /dev/null +++ b/lld/test/ELF/lto/Inputs/common3.ll @@ -0,0 +1,3 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" +@a = common hidden global i64 0, align 4 |