Skip to content

Commit 6bbba4b

Browse files
committed
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306261 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 908e5ec commit 6bbba4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MemorySanitizer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ executable, so make sure to use ``clang`` (not ``ld``) for the final
2727
link step. When linking shared libraries, the MemorySanitizer run-time
2828
is not linked, so ``-Wl,-z,defs`` may cause link errors (don't use it
2929
with MemorySanitizer). To get a reasonable performance add ``-O1`` or
30-
higher. To get meaninful stack traces in error messages add
30+
higher. To get meaningful stack traces in error messages add
3131
``-fno-omit-frame-pointer``. To get perfect stack traces you may need
3232
to disable inlining (just use ``-O1``) and tail call elimination
3333
(``-fno-optimize-sibling-calls``).

0 commit comments

Comments
 (0)