Skip to content

Commit b2b1f53

Browse files
committed
WebAssemblyMCTargetDesc.cpp: fix a typo in a description
1 parent 4796060 commit b2b1f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cl::opt<bool> WebAssembly::WasmEnableSjLj(
5656
"wasm-enable-sjlj", cl::desc("WebAssembly setjmp/longjmp handling"));
5757
cl::opt<bool> WebAssembly::WasmEnableAltSjLj(
5858
"experimental-wasm-enable-alt-sjlj",
59-
cl::desc("Use experimental alternate ABI for --wasm-enable-sjlj"));
59+
cl::desc("Use experimental alternate ABI for -wasm-enable-sjlj"));
6060

6161
static MCAsmInfo *createMCAsmInfo(const MCRegisterInfo & /*MRI*/,
6262
const Triple &TT,

0 commit comments

Comments
 (0)