summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/FunctionImport/Inputs/comdat.ll')
-rw-r--r--llvm/test/Transforms/FunctionImport/Inputs/comdat.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll b/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll
deleted file mode 100644
index 1df6f25351e..00000000000
--- a/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-pc-windows-msvc19.0.24215"
-
-define void @main() {
-entry:
- call i8* @lwt_fun()
- ret void
-}
-
-declare i8* @lwt_fun()
OpenPOWER on IntegriCloud