diff options
Diffstat (limited to 'test/tools/llvm-lto/Inputs/thinlto.ll')
-rw-r--r-- | test/tools/llvm-lto/Inputs/thinlto.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tools/llvm-lto/Inputs/thinlto.ll b/test/tools/llvm-lto/Inputs/thinlto.ll new file mode 100644 index 000000000000..4e0840f3691e --- /dev/null +++ b/test/tools/llvm-lto/Inputs/thinlto.ll @@ -0,0 +1,4 @@ +define void @g() { +entry: + ret void +} |