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 d9f0e88 commit 89652d6Copy full SHA for 89652d6
src/rustllvm/PassWrapper.cpp
@@ -401,7 +401,7 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
401
// Tell LLVM to translate `unreachable` into an explicit trap instruction.
402
// This limits the extent of possible undefined behavior in some cases, as it
403
// prevents control flow from "falling through" into whatever code happens to
404
- // be layed out next in memory.
+ // be laid out next in memory.
405
Options.TrapUnreachable = true;
406
407
TargetMachine *TM = TheTarget->createTargetMachine(
0 commit comments