[lld] r193586 - [test] Fix a test failure, this test is only applicable in debug mode
Shankar Easwaran
shankare at codeaurora.org
Mon Oct 28 22:26:49 PDT 2013
Author: shankare
Date: Tue Oct 29 00:26:49 2013
New Revision: 193586
URL: http://llvm.org/viewvc/llvm-project?rev=193586&view=rev
Log:
[test] Fix a test failure, this test is only applicable in debug mode
Modified:
lld/trunk/test/elf/roundtrip.test
Modified: lld/trunk/test/elf/roundtrip.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/roundtrip.test?rev=193586&r1=193585&r2=193586&view=diff
==============================================================================
--- lld/trunk/test/elf/roundtrip.test (original)
+++ lld/trunk/test/elf/roundtrip.test Tue Oct 29 00:26:49 2013
@@ -1,6 +1,8 @@
# This tests the functionality of the RoundTrip Passes and verifies
# that the atoms belong to the native file after the passes finish
+# REQUIRES: debug
+
RUN: lld -flavor gnu -target x86_64 %p/Inputs/foo.o.x86-64 --noinhibit-exec \
RUN: --output-filetype=yaml -o %t1
RUN: FileCheck %s < %t1
More information about the llvm-commits
mailing list