Skip to content

Commit a357fbf

Browse files
committed
Add a requires lto instrprof-gc-sections.c
The test has a run with `flto` so makes sense to require `lto` in some way. Currently it relies on requires `lld-available` to imply that `lto` is supported, but it would help to separate the two notions in that `lto` should require up to date components while `lld-available` may not: #92752
1 parent 45293b5 commit a357fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/instrprof-gc-sections.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: linux, lld-available
1+
// REQUIRES: linux, lld-available, lto
22

33
// FIXME: Investigate and fix.
44
// XFAIL: powerpc64-target-arch

0 commit comments

Comments
 (0)