We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fd7b6 commit b8fa359Copy full SHA for b8fa359
compiler/rustc_codegen_llvm/src/back/write.rs
@@ -735,8 +735,7 @@ pub(crate) unsafe fn optimize(
735
unsafe { llvm::LLVMWriteBitcodeToFile(llmod, out.as_ptr()) };
736
}
737
738
- // FIXME(ZuseZ4): In the following PR, we have to add code to apply the sanitize_hwaddress
739
- // attribute to all functions in the module, to prevent some illegal/unsupported optimizations.
+ // FIXME(ZuseZ4): support SanitizeHWAddress and prevent illegal/unsupported opts
740
741
if let Some(opt_level) = config.opt_level {
742
let opt_stage = match cgcx.lto {
0 commit comments