From 823f3d2e34bcff1e58020b0ca09b29b4a1e8ed78 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 25 Nov 2014 20:56:56 +0000 Subject: [PATCH] This test requires asserts because of -stats. Sorry about that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222788 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/gold/stats.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tools/gold/stats.ll b/test/tools/gold/stats.ll index 5a6e6f965f2..7c353e6ab2a 100644 --- a/test/tools/gold/stats.ll +++ b/test/tools/gold/stats.ll @@ -1,3 +1,5 @@ +; REQUIRES: asserts + ; RUN: llvm-as %s -o %t.o ; RUN: ld -plugin %llvmshlibdir/LLVMgold.so -shared \ ; RUN: -plugin-opt=-stats %t.o -o %t2 2>&1 | FileCheck %s