diff options
Diffstat (limited to 'clang/test/CodeGen/Inputs/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/Inputs/thinlto_backend.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/CodeGen/Inputs/thinlto_backend.ll b/clang/test/CodeGen/Inputs/thinlto_backend.ll new file mode 100644 index 00000000000..78678c0c5ad --- /dev/null +++ b/clang/test/CodeGen/Inputs/thinlto_backend.ll @@ -0,0 +1,6 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +define void @f2() { + ret void +} |