Skip to content

Commit f8ed985

Browse files
committed
Formatting
1 parent 29d6aaa commit f8ed985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_codegen_llvm/llvm_util.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ unsafe fn configure_llvm(sess: &Session) {
7373
}
7474
}
7575

76-
if sess.target.target.target_os == "emscripten" && sess.panic_strategy() == PanicStrategy::Unwind {
76+
if sess.target.target.target_os == "emscripten" &&
77+
sess.panic_strategy() == PanicStrategy::Unwind {
7778
add("-enable-emscripten-cxx-exceptions");
7879
}
7980

0 commit comments

Comments
 (0)