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, 6 insertions, 0 deletions
diff --git a/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll b/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll new file mode 100644 index 00000000000..ca17d7f377c --- /dev/null +++ b/llvm/test/Transforms/FunctionImport/Inputs/not-prevailing.ll @@ -0,0 +1,6 @@ +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 +} |

