summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-03-04 16:24:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-03-04 16:24:28 +0000
commit84a9697c1799af0c0d9f8d23a03f4e2d3fe5ed18 (patch)
treeec78da871513a615eb47abcfe356a15e7f180775 /llvm/test/tools
parent66599d8ea891025e922eced18851c8a7670bf2df (diff)
downloadbcm5719-llvm-84a9697c1799af0c0d9f8d23a03f4e2d3fe5ed18.tar.gz
bcm5719-llvm-84a9697c1799af0c0d9f8d23a03f4e2d3fe5ed18.zip
Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to suppress log floodng in LTO.
llvm-svn: 231253
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/gold/remarks.ll17
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/test/tools/gold/remarks.ll b/llvm/test/tools/gold/remarks.ll
deleted file mode 100644
index 458f9779e5a..00000000000
--- a/llvm/test/tools/gold/remarks.ll
+++ /dev/null
@@ -1,17 +0,0 @@
-; RUN: llvm-as %s -o %t.o
-
-; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
-; RUN: -plugin-opt=-pass-remarks=inline %t.o -o %t2.o 2>&1 | FileCheck %s
-
-; CHECK: f inlined into _start
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
-
-define i32 @f() {
- ret i32 0
-}
-
-define i32 @_start() {
- %call = call i32 @f()
- ret i32 %call
-}
OpenPOWER on IntegriCloud