Commit 9dd2591
committed
sanitizer: Fix scs-attr check test
This test was not actually being run before - it only runs on targets
with SCS enabled, which is limited to `aarch64-linux-android` at the
moment. This means that the test has been sitting broken and needs to be
fixed before we can enable `aarch64-linux-android` in testing.
* Rename CHECK function names to match current crate name
* Disable optimization to prevent the functions from being made MIR-only1 parent 1086aff commit 9dd2591
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
0 commit comments