summaryrefslogtreecommitdiff
path: root/test/ThinLTO/X86/Inputs/cache-import-lists1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ThinLTO/X86/Inputs/cache-import-lists1.ll')
-rw-r--r--test/ThinLTO/X86/Inputs/cache-import-lists1.ll11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ThinLTO/X86/Inputs/cache-import-lists1.ll b/test/ThinLTO/X86/Inputs/cache-import-lists1.ll
new file mode 100644
index 000000000000..58bfb39f9ee1
--- /dev/null
+++ b/test/ThinLTO/X86/Inputs/cache-import-lists1.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 @f1() {
+ call void @linkonce_odr()
+ ret void
+}
+
+define linkonce_odr void @linkonce_odr() {
+ ret void
+}