This test requires asserts because of -stats.

Sorry about that.

llvm-svn: 222788
This commit is contained in:
Rafael Espindola 2014-11-25 20:56:56 +00:00
parent 947bdb69cb
commit 7f2fa4fa38
1 changed files with 2 additions and 0 deletions

View File

@ -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