diff options
Diffstat (limited to 'test/LTO/Resolution/X86/Inputs/mod-asm-used.ll')
-rw-r--r-- | test/LTO/Resolution/X86/Inputs/mod-asm-used.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LTO/Resolution/X86/Inputs/mod-asm-used.ll b/test/LTO/Resolution/X86/Inputs/mod-asm-used.ll new file mode 100644 index 000000000000..3b1988bb54d0 --- /dev/null +++ b/test/LTO/Resolution/X86/Inputs/mod-asm-used.ll @@ -0,0 +1,4 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +@foo = global i32 1, align 4 |