[PATCH] D23674: Do not set __guard_local to hidden for OpenBSD SSP
Tim Shen via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 12:27:25 PDT 2016
timshen added a comment.
In https://reviews.llvm.org/D23674#519922, @timshen wrote:
> - Would it be better to call M.getGlobalVariable(), assert on the returned value, and then create an IR cast on the returned GlobalValue?
Never mind, I thought __guard_local is already declared by the time getIRStackGuard is called, but it seems not the case.
https://reviews.llvm.org/D23674
More information about the llvm-commits
mailing list