Add "REQUIRES: asserts" to test that uses --debug-only flag

This commit is contained in:
Amy Huang
2023-03-22 15:55:18 -07:00
parent 0c0387c7a5
commit fd47ab05e5

View 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