Files
clang-p2996/llvm/lib/CodeGen/StackProtector.cpp
paperchalice f9a1d157e5 [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.
2024-01-09 19:13:33 +08:00

28 KiB