mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
[compiler-rt] Don't use 'vg' in CFI directives for SME ABI routines
This broke some builds where GNU assembler doesn't support 'vg'.
This commit is contained in:
@@ -35,7 +35,7 @@ DEFINE_COMPILERRT_PRIVATE_FUNCTION(do_abort)
|
||||
.cfi_def_cfa_offset 32
|
||||
.cfi_offset w30, -24
|
||||
.cfi_offset w29, -32
|
||||
.cfi_offset vg, -16
|
||||
.cfi_offset 46, -16
|
||||
bl __arm_sme_state
|
||||
tbz x0, #0, 2f
|
||||
1:
|
||||
|
||||
Reference in New Issue
Block a user