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:
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: debug
|
||||
# REQUIRES: asserts
|
||||
# RUN: lld -core --add-pass layout -mllvm -debug %s 2> /dev/null | FileCheck %s
|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user