We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0620 commit 9648483Copy full SHA for 9648483
docs/modules/ROOT/pages/install.adoc
@@ -407,6 +407,9 @@ export CXX="./install/bin/clang++"
407
export CC="./install/bin/clang"
408
----
409
410
+These options set the C and pass:[C++] compilers to the ones previously installed by LLVM.
411
+MrDocs only depends on the pass:[LibC++] headers, so any compiler that works for this step should be fine.
412
+
413
Run a command such as the following to configure LLVM:
414
415
[tabs]
0 commit comments