[PATCH] D50136: [AArch64] - Return address signing dwarf support

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 02:56:50 PDT 2018


JDevlieghere added inline comments.


================
Comment at: include/llvm/BinaryFormat/Dwarf.def:841
+HANDLE_DW_CFA_PRED(0x2d, GNU_window_save, SELECT_SPARC64)
+HANDLE_DW_CFA_PRED(0x2d, AARCH64_negate_ra_state, SELECT_AARCH64)
+HANDLE_DW_CFA_PRED(0x2e, GNU_args_size, SELECT_X86)
----------------
It doesn't seem right that these two predicates have the same ID? 


https://reviews.llvm.org/D50136





More information about the llvm-commits mailing list