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:
parent
37ae2b68b1
commit
e6b9bb7b72
41 changed files with 98 additions and 93 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue