summaryrefslogtreecommitdiff
path: root/test/CodeGen/Inputs/thinlto-multi-module.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Inputs/thinlto-multi-module.ll')
-rw-r--r--test/CodeGen/Inputs/thinlto-multi-module.ll9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/Inputs/thinlto-multi-module.ll b/test/CodeGen/Inputs/thinlto-multi-module.ll
new file mode 100644
index 000000000000..e8dc16a8f572
--- /dev/null
+++ b/test/CodeGen/Inputs/thinlto-multi-module.ll
@@ -0,0 +1,9 @@
+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
+}
+
+!0 = !{i32 1, !"ThinLTO", i32 0}
+!llvm.module.flags = !{ !0 }