On ARM, use relocation_model to detect whether r9 should be reserved
The previous approach of checking for the reserve-r9 target feature didn't actually work because LLVM only sets this feature very late when initializing the per-function subtarget.
This commit is contained in:
parent
2e8a7663b4
commit
1ceb104851
9 changed files with 67 additions and 47 deletions
|
@ -1122,7 +1122,6 @@ symbols! {
|
|||
repr_packed,
|
||||
repr_simd,
|
||||
repr_transparent,
|
||||
reserved_r9: "reserved-r9",
|
||||
residual,
|
||||
result,
|
||||
rhs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue