[PATCH] D92245: -fstack-clash-protection: Return an actual error when used on unsupported OS

Ed Maste via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 08:45:34 PST 2020


emaste added a comment.

> How do things go wrong on Darwin? I was under the impression that this was implemented in LLVM as strictly inline code, no runtime support required.

That is my impression as well (although it seems that an earlier version might have emitted calls to a stack probe routine?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92245



More information about the cfe-commits mailing list