Skip to content

Commit c0e373c

Browse files
AlexDenisovbcardosolopes
authored andcommitted
Suggest building for the host arch
1 parent 9515329 commit c0e373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStarted/build-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ /Applications/CMake.app/Contents/bin/cmake -GNinja \
2828
-DCMAKE_BUILD_TYPE=Release \
2929
-DCMAKE_INSTALL_PREFIX=${INSTALLDIR} \
3030
-DLLVM_ENABLE_ASSERTIONS=ON \
31-
-DLLVM_TARGETS_TO_BUILD="X86" \
31+
-DLLVM_TARGETS_TO_BUILD="host" \
3232
-DLLVM_ENABLE_PROJECTS="clang;mlir;cir" \
3333
-DCMAKE_CXX_COMPILER=${CLANG}++ \
3434
-DCMAKE_C_COMPILER=${CLANG} ../

0 commit comments

Comments
 (0)