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 5af3938 commit 630c5a4Copy full SHA for 630c5a4
clang/docs/UndefinedBehaviorSanitizer.rst
@@ -276,8 +276,8 @@ Stack traces and report symbolization
276
If you want UBSan to print symbolized stack trace for each error report, you
277
will need to:
278
279
-#. Compile with ``-g`` and ``-fno-omit-frame-pointer`` to get proper debug
280
- information in your binary.
+#. Compile with ``-g``, ``-fno-sanitize-merge`` and ``-fno-omit-frame-pointer``
+ to get proper debug information in your binary.
281
#. Run your program with environment variable
282
``UBSAN_OPTIONS=print_stacktrace=1``.
283
#. Make sure ``llvm-symbolizer`` binary is in ``PATH``.
0 commit comments