diff options
Diffstat (limited to 'test/ELF/lto/Inputs/thinlto.ll')
-rw-r--r-- | test/ELF/lto/Inputs/thinlto.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ELF/lto/Inputs/thinlto.ll b/test/ELF/lto/Inputs/thinlto.ll new file mode 100644 index 0000000000000..31c72ec4653a6 --- /dev/null +++ b/test/ELF/lto/Inputs/thinlto.ll @@ -0,0 +1,7 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +define void @g() { +entry: + ret void +} |