Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
implement -fstack-check (stack probes) in Clang #308
Comments
thestinger
added
Type: enhancement
upstream
project
labels
Jun 14, 2016
thestinger
changed the title from
implemented -fstack-check in Clang and enable it
to
implemented -fstack-check in Clang
Jun 14, 2016
thestinger
changed the title from
implemented -fstack-check in Clang
to
implement -fstack-check in Clang
Jun 14, 2016
thestinger
added
the
Component: compiler
label
Aug 12, 2016
thestinger
changed the title from
implement -fstack-check in Clang
to
implement -fstack-check (stack probes) in Clang
Nov 30, 2016
thestinger
removed
the
project
label
Sep 26, 2017
sanmai-NL
referenced this issue
in briansmith/ring
Dec 29, 2017
Open
Use -fstack-check when compiling C code #552
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thestinger commentedJun 14, 2016
•
edited
Edited 1 time
-
thestinger
edited Jun 14, 2016
There were patches submitted to LLVM to support this for Rust, but it appears that it never landed despite a fair bit of effort. It could potentially just be maintained out-of-tree if upstream isn't interested, but LLVM's quick pace makes that difficult. Might be worth trying to get some of the Google Clang developers interested, especially those involved in Android/ChromeOS support.