We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635c76b commit 6ea7226Copy full SHA for 6ea7226
src/rustllvm/RustWrapper.cpp
@@ -1545,7 +1545,7 @@ LLVMRustEnableEmscriptenCXXExceptions() {
1545
// of our other LLVM arguments when we initialize LLVM.
1546
// Unfortunately, whether or not we pass this flag depends
1547
// on the crate panic strategy. Determining the crate
1548
- // panic strategy requires us to have paresed crate arributes
+ // panic strategy requires us to have parsed crate attributes
1549
// (so that we can have special handling for `libpanic_abort`).
1550
// Parsing crate attributes actually requires us to have initialized
1551
// LLVM, so that we can handle cfg-gating involving LLVM target
0 commit comments