Skip to content

Commit 9648483

Browse files
committed
docs: libc++ compiler requirements
1 parent efe0620 commit 9648483

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/ROOT/pages/install.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ export CXX="./install/bin/clang++"
407407
export CC="./install/bin/clang"
408408
----
409409

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+
410413
Run a command such as the following to configure LLVM:
411414

412415
[tabs]

0 commit comments

Comments
 (0)