diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/ELF/lto/Inputs/thinlto.ll | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Notes
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 000000000000..31c72ec4653a --- /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 +} |
