Unverified Commit f9a1d157 authored by paperchalice's avatar paperchalice Committed by GitHub
Browse files

[CodeGen] Port `StackProtector` to new pass manager (#75334)

The original `StackProtector` is both transform and analysis pass, break
it into two passes now. `getAnalysis<StackProtector>()` could be now
replaced by `FAM.getResult<SSPLayoutAnalysis>(F)` in new pass system.
parent 4f68ee36
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment