[lld] r197838 - REQUIRES: debug doesn't actually do anything!
Joey Gouly
joey.gouly at gmail.com
Fri Dec 20 14:01:26 PST 2013
Author: joey
Date: Fri Dec 20 16:01:26 2013
New Revision: 197838
URL: http://llvm.org/viewvc/llvm-project?rev=197838&view=rev
Log:
REQUIRES: debug doesn't actually do anything!
Makes the tests pass (rather, not run) on release builds.
Modified:
lld/trunk/test/core/layout-transitivity.objtxt
lld/trunk/test/elf/roundtrip.test
lld/trunk/test/pecoff/entry.test
Modified: lld/trunk/test/core/layout-transitivity.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/core/layout-transitivity.objtxt?rev=197838&r1=197837&r2=197838&view=diff
==============================================================================
--- lld/trunk/test/core/layout-transitivity.objtxt (original)
+++ lld/trunk/test/core/layout-transitivity.objtxt Fri Dec 20 16:01:26 2013
@@ -1,4 +1,4 @@
-# REQUIRES: debug
+# REQUIRES: asserts
# RUN: lld -core --add-pass layout -mllvm -debug %s 2> /dev/null | FileCheck %s
---
Modified: lld/trunk/test/elf/roundtrip.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/roundtrip.test?rev=197838&r1=197837&r2=197838&view=diff
==============================================================================
--- lld/trunk/test/elf/roundtrip.test (original)
+++ lld/trunk/test/elf/roundtrip.test Fri Dec 20 16:01:26 2013
@@ -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
Modified: lld/trunk/test/pecoff/entry.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/entry.test?rev=197838&r1=197837&r2=197838&view=diff
==============================================================================
--- lld/trunk/test/pecoff/entry.test (original)
+++ lld/trunk/test/pecoff/entry.test Fri Dec 20 16:01:26 2013
@@ -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
More information about the llvm-commits
mailing list