REQUIRES: debug doesn't actually do anything!

Makes the tests pass (rather, not run) on release builds.

llvm-svn: 197838
This commit is contained in:
Joey Gouly
2013-12-20 22:01:26 +00:00
parent d5e81e59b5
commit 72c5d3d7c1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# REQUIRES: debug
# REQUIRES: asserts
# RUN: lld -core --add-pass layout -mllvm -debug %s 2> /dev/null | FileCheck %s
---

View File

@@ -1,7 +1,7 @@
# This tests the functionality of the RoundTrip Passes and verifies
# that the atoms belong to the native file after the passes finish
# REQUIRES: debug
# REQUIRES: asserts
RUN: lld -flavor gnu -target x86_64 %p/Inputs/foo.o.x86-64 --noinhibit-exec \
RUN: --output-filetype=yaml -o %t1

View File

@@ -1,4 +1,4 @@
# REQUIRES: debug
# REQUIRES: asserts
# Verify that entry atom will not be dead-stripped.
# RUN: yaml2obj %p/Inputs/main.obj.yaml > %t.obj