summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll')
-rw-r--r--external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll b/external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll
deleted file mode 100644
index e8dc16a8f57..00000000000
--- a/external/bsd/llvm/dist/clang/test/CodeGen/Inputs/thinlto-multi-module.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-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 }