summaryrefslogtreecommitdiff
path: root/test/ThinLTO/X86/Inputs/cache-import-lists2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ThinLTO/X86/Inputs/cache-import-lists2.ll')
-rw-r--r--test/ThinLTO/X86/Inputs/cache-import-lists2.ll11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ThinLTO/X86/Inputs/cache-import-lists2.ll b/test/ThinLTO/X86/Inputs/cache-import-lists2.ll
new file mode 100644
index 0000000000000..899bbaea13d6f
--- /dev/null
+++ b/test/ThinLTO/X86/Inputs/cache-import-lists2.ll
@@ -0,0 +1,11 @@
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
+define void @f2() {
+ call void @linkonce_odr()
+ ret void
+}
+
+define linkonce_odr void @linkonce_odr() {
+ ret void
+}