[arm64] Enable .cfi_return_column for clang.
It looks like the upstream fix has been integrated into our prebuilt toolchain, so we can use .cfi_return_column for clang. Change-Id: I8abeda64e514b1be0be7a4a2e610ddef38692124
Esse commit está contido em:
commit de
CQ bot account: commit-bot@chromium.org
pai
c67a9eb4d0
commit
20d00ea004
@@ -148,11 +148,7 @@ mark_lr_sp_inaccessible
|
||||
.cfi_startproc simple
|
||||
.cfi_signal_frame
|
||||
// The return address is in elr_el1, not lr.
|
||||
#ifndef __clang__
|
||||
// TODO(dje): Add clang back when the upstream LLVM bug
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=33953 is fixed.
|
||||
.cfi_return_column elr1
|
||||
#endif
|
||||
.cfi_def_cfa sp, 0
|
||||
.endm
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário