summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/core/layout-transitivity.objtxt2
-rw-r--r--lld/test/elf/roundtrip.test2
-rw-r--r--lld/test/pecoff/entry.test2
3 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/core/layout-transitivity.objtxt b/lld/test/core/layout-transitivity.objtxt
index 2daf6efb6e5..f6398a180ca 100644
--- a/lld/test/core/layout-transitivity.objtxt
+++ b/lld/test/core/layout-transitivity.objtxt
@@ -1,4 +1,4 @@
-# REQUIRES: debug
+# REQUIRES: asserts
# RUN: lld -core --add-pass layout -mllvm -debug %s 2> /dev/null | FileCheck %s
---
diff --git a/lld/test/elf/roundtrip.test b/lld/test/elf/roundtrip.test
index c802dba3362..0788c255ce1 100644
--- a/lld/test/elf/roundtrip.test
+++ b/lld/test/elf/roundtrip.test
@@ -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
diff --git a/lld/test/pecoff/entry.test b/lld/test/pecoff/entry.test
index deee5ed825a..c3af25c65e3 100644
--- a/lld/test/pecoff/entry.test
+++ b/lld/test/pecoff/entry.test
@@ -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
OpenPOWER on IntegriCloud