Skip to content

Commit 7e09f09

Browse files
suggest llvm-tools (#2928)
1 parent bf43701 commit 7e09f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sources/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ The ASan runtime used by ICX is the same as the one by Clang. It's possible to p
348348
349349
export LD_PRELOAD="$(clang -print-file-name=libclang_rt.asan-x86_64.so)"
350350
351-
.. note:: This requires both ``clang`` and its runtime libraries to be installed. If using toolkits from ``conda-forge``, then using ``libclang_rt`` requires installing package ``compiler-rt``, in addition to ``clang`` and ``clangxx``.
351+
.. note:: This requires both ``clang`` and its runtime libraries to be installed. If using toolkits from ``conda-forge``, then using ``libclang_rt`` requires installing package ``compiler-rt``, in addition to ``clang`` and ``clangxx``. One might also want to install ``llvm-tools`` for enhanced debugging outputs.
352352

353353
Then, the Python memory allocator can be set to ``malloc`` like this:
354354

0 commit comments

Comments
 (0)