diff options
| author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-26 14:30:29 +0000 |
|---|---|---|
| committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-26 14:30:29 +0000 |
| commit | 03ad8812f5f590545e1b91939214f1a67f2b8017 (patch) | |
| tree | 51d20696bf10f70668770f50fba06a40e85bbaab /llvm/test/CodeGen/MIR | |
| parent | a30b48d0202398c57967ac732bd6ef2af9705605 (diff) | |
| download | bcm5719-llvm-03ad8812f5f590545e1b91939214f1a67f2b8017.tar.gz bcm5719-llvm-03ad8812f5f590545e1b91939214f1a67f2b8017.zip | |
[AArch64] - Return address signing dwarf support
- Reapply r343089 with a fix for DebugInfo/Sparc/gnu-window-save.ll
llvm-svn: 343112
Diffstat (limited to 'llvm/test/CodeGen/MIR')
| -rw-r--r-- | llvm/test/CodeGen/MIR/AArch64/cfi.mir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/AArch64/cfi.mir b/llvm/test/CodeGen/MIR/AArch64/cfi.mir index 747d58eb320..04380e07f3e 100644 --- a/llvm/test/CodeGen/MIR/AArch64/cfi.mir +++ b/llvm/test/CodeGen/MIR/AArch64/cfi.mir @@ -45,4 +45,6 @@ body: | ; CHECK: CFI_INSTRUCTION escape 0x61, 0x62, 0x63 CFI_INSTRUCTION window_save ; CHECK: CFI_INSTRUCTION window_save + CFI_INSTRUCTION negate_ra_sign_state + ; CHECK: CFI_INSTRUCTION negate_ra_sign_state RET_ReallyLR |

