[PATCH] D27296: Don't assume mingw is providing SSP functions
Valentin Churavy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 17 16:03:25 PDT 2018
vchuravy added a comment.
@mstorsjo Thanks for your feedback. Might I ask how you tested this? Did you simply compiled clang as well and run the testsuite?
Yes this should only be an issue when `StackProtectStrong` is set on functions, which Julia does in certain build configurations (we could also not do that on Windows, but I would rather fix the issue upstream)
Repository:
rL LLVM
https://reviews.llvm.org/D27296
More information about the llvm-commits
mailing list