diff options
Diffstat (limited to 'llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll b/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll deleted file mode 100644 index ca17d7f377c..00000000000 --- a/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll +++ /dev/null @@ -1,6 +0,0 @@ -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-unknown-linux-gnu" - -define weak i32 @foo() { - ret i32 0 -} |