[PATCH] D112595: [IRSymTab] Mark __stack_chk_guard used

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 22:46:11 PDT 2021


ychen added a comment.

In D112595#3089372 <https://reviews.llvm.org/D112595#3089372>, @MaskRay wrote:

> Can `__stack_chk_fail` be removed from `llvm/lib/Transforms/IPO/Internalize.cpp`?

It would not be removed there. `Internalize.cpp` preserves both `__stack_chk_fail` and the guard symbol.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112595/new/

https://reviews.llvm.org/D112595



More information about the llvm-commits mailing list