We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d6aaa commit f8ed985Copy full SHA for f8ed985
src/librustc_codegen_llvm/llvm_util.rs
@@ -73,7 +73,8 @@ unsafe fn configure_llvm(sess: &Session) {
73
}
74
75
76
- if sess.target.target.target_os == "emscripten" && sess.panic_strategy() == PanicStrategy::Unwind {
+ if sess.target.target.target_os == "emscripten" &&
77
+ sess.panic_strategy() == PanicStrategy::Unwind {
78
add("-enable-emscripten-cxx-exceptions");
79
80
0 commit comments