diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll new file mode 100644 index 00000000000..555f76f5930 --- /dev/null +++ b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.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" + +@g = global i32 42, align 4 |