Skip to content

Commit d158ee5

Browse files
committed
bolt/test/X86/bug-function-layout-execount.s: Require x86 and asserts
Follow-up to D152959: --debug-only= requires an asserts build. The test also needs the x86 target.
1 parent af2eb83 commit d158ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt/test/X86/bug-function-layout-execount.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Verifies that llvm-bolt correctly sorts functions by their execution counts.
22

3+
# REQUIRES: x86_64-linux, asserts
4+
35
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
46
# RUN: link_fdata %s %t.o %t.fdata
57
# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q

0 commit comments

Comments
 (0)