Skip to content

Commit 4a47433

Browse files
another small gpu doc update
1 parent 88a931d commit 4a47433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/gpu/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ compiler. These tools must all be up-to-date with the libc source.
7878
$> HOST_CXX_COMPILER=<C++ compiler for the host> # For example "clang++"
7979
$> cmake ../llvm \
8080
-G Ninja \
81-
-DLLVM_ENABLE_PROJECTS="clang;libc" \
81+
-DLLVM_ENABLE_PROJECTS="clang" \
8282
-DCMAKE_C_COMPILER=$HOST_C_COMPILER \
8383
-DCMAKE_CXX_COMPILER=$HOST_CXX_COMPILER \
8484
-DLLVM_LIBC_FULL_BUILD=ON \

0 commit comments

Comments
 (0)