Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a preprocessor definitions to indidcate the landing pad labeling …
…scheme and shadow stack. Also add 2 more macros to let user able to determine the scheme. Example code: ```c #ifdef __riscv_landing_pad #if defined(__riscv_landing_pad_unlabeled) ... #elif defined(__riscv_landing_pad_func_sig) ... #else #error "Unknown labeling scheme" #endif #endif ```
- Loading branch information