summaryrefslogtreecommitdiffstats
path: root/lld/test/MinGW/lto-debug-pass-arguments.ll
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-09-12 16:29:07 +0000
committerRui Ueyama <ruiu@google.com>2017-09-12 16:29:07 +0000
commita54ed0a4074d255665b3ffcc6602244800e13f2c (patch)
tree1c69c2bcfcd64ab59d721400e6980f8a100ec71a /lld/test/MinGW/lto-debug-pass-arguments.ll
parent8c1eb106bd25401f4791c4df9f5454d2ff149443 (diff)
downloadbcm5719-llvm-a54ed0a4074d255665b3ffcc6602244800e13f2c.tar.gz
bcm5719-llvm-a54ed0a4074d255665b3ffcc6602244800e13f2c.zip
Simplify MinGW test.
Differential Revision: https://reviews.llvm.org/D37708 llvm-svn: 313045
Diffstat (limited to 'lld/test/MinGW/lto-debug-pass-arguments.ll')
-rw-r--r--lld/test/MinGW/lto-debug-pass-arguments.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/lld/test/MinGW/lto-debug-pass-arguments.ll b/lld/test/MinGW/lto-debug-pass-arguments.ll
deleted file mode 100644
index e9fb9ed473a..00000000000
--- a/lld/test/MinGW/lto-debug-pass-arguments.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; REQUIRES: x86
-; RUN: llvm-as %s -o %t.obj
-; RUN: ld.lld -m i386pep -shared -o %t.dll %t.obj -mllvm -debug-pass=Arguments 2>&1 | FileCheck %s
-
-target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-pc-windows-gnu"
-
-define void @dummy() {
- ret void
-}
-
-define void @_DllMainCRTStartup() {
- ret void
-}
-
-; CHECK: Pass Arguments:
OpenPOWER on IntegriCloud