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 Also add 2 more constant value to let user able to determine the scheme. Example code: ```c #ifdef __riscv_landing_pad #if __riscv_landing_pad == __riscv_landing_pad_simple ... #elif __riscv_landing_pad == __riscv_landing_pad_func_sig ... #else #error "Unknown labeling scheme" #endif #endif ```
- Loading branch information