Add "REQUIRES: asserts" to test that uses --debug-only flag
authorAmy Huang <akhuang@google.com>
Wed, 22 Mar 2023 22:55:18 +0000 (15:55 -0700)
committerAmy Huang <akhuang@google.com>
Thu, 23 Mar 2023 00:05:11 +0000 (17:05 -0700)
bolt/test/X86/section-end-sym.s

index a9bca56..38517bf 100644 (file)
@@ -1,7 +1,7 @@
 ## Check that BOLT doesn't consider end-of-section symbols (e.g., _etext) as
 ## functions.
 
-# REQUIRES: system-linux
+# REQUIRES: system-linux, asserts
 
 # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-linux %s -o %t.o
 # RUN: ld.lld %t.o -o %t.exe -q