This extension emits the guard cf table without inserting the instrumentation. Currently that's what clang-cl does with /guard:cf anyway, but this allows a user to request that explicitly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
463 ↗ | (On Diff #159927) | I'll update the LLVM side before landing this, but I think this name better explains what's being emitted. |
Comment Actions
lgtm!
There is some additional work to do to put .gfids$y sections into appropriate comdat sections, but that's future work.