diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll new file mode 100644 index 00000000000..819ba8caa32 --- /dev/null +++ b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll @@ -0,0 +1,5 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +$comdat.any = comdat any +@g = global i32 42, comdat($comdat.any) |