[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 11:47:36 PDT 2016


timshen added a comment.

- Do you have a reduced testcase that produces the crash?
- Would it be better to call M.getGlobalVariable(), assert on the returned value, and then create an IR cast on the returned GlobalValue?


https://reviews.llvm.org/D23674





More information about the llvm-commits mailing list