1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 4252588d37
commit 3e2785424e

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