rust/compiler/rustc_llvm
Wesley Wiser 019d75b44e Add SafeStack support to rustc
Adds support for LLVM [SafeStack] which provides backward edge control
flow protection by separating the stack into two parts: data which is
only accessed in provable safe ways is allocated on the normal stack
(the "safe stack") and all other data is placed in a separate allocation
(the "unsafe stack").

SafeStack support is enabled by passing `-Zsanitizer=safestack`.

[SafeStack]: https://clang.llvm.org/docs/SafeStack.html
2023-05-26 15:18:54 -04:00
..
llvm-wrapper Add SafeStack support to rustc 2023-05-26 15:18:54 -04:00
src Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser 2023-04-11 20:28:45 -07:00
build.rs Enable loongarch64 LLVM target 2023-04-04 17:05:08 +08:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00