diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/empty_module_with_cache.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/empty_module_with_cache.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/empty_module_with_cache.ll b/llvm/test/ThinLTO/X86/Inputs/empty_module_with_cache.ll new file mode 100644 index 00000000000..1c55e078ea3 --- /dev/null +++ b/llvm/test/ThinLTO/X86/Inputs/empty_module_with_cache.ll @@ -0,0 +1,8 @@ +target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-apple-macosx10.11.0" + + +define i32 @main() { +entry: + ret i32 0 +} |