Split the CFGuard pass into two separate function passes: one using the "dispatch" mechanism (used on X86-64) and the other using the "check" mechanism (for all other supported targets). Link each of these passes into opt and add tests for the IR transform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo