1
Fork 0

Make more of the test suite run on Mac Catalyst

This adds the `only-apple`/`ignore-apple` compiletest directive, and
uses that basically everywhere instead of `only-macos`/`ignore-macos`.

Some of the updates in `run-make` are a bit redundant, as they use
`ignore-cross-compile` and won't run on iOS - but using Apple in these
is still more correct, so I've made that change anyhow.
This commit is contained in:
Mads Marquart 2024-05-27 15:17:18 +02:00
parent 37ae2b68b1
commit e6b9bb7b72
41 changed files with 98 additions and 93 deletions

View file

@ -1,6 +1,6 @@
// Test that __llvm_profile_counter_bias does not get internalized by lto.
//@ ignore-macos -runtime-counter-relocation not honored on Mach-O
//@ ignore-apple -runtime-counter-relocation not honored on Mach-O
//@ compile-flags: -Cprofile-generate -Cllvm-args=-runtime-counter-relocation -Clto=fat
//@ needs-profiler-support
//@ no-prefer-dynamic