We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e8452 commit 214ff41Copy full SHA for 214ff41
checkout_build_install_llvm.sh
@@ -37,6 +37,9 @@ cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/libcxx
37
# Build & Install
38
mkdir -p $WORK_DIR/work/llvm
39
cd $WORK_DIR/work/llvm
40
+
41
+# Consider adding of -DCMAKE_INSTALL_PREFIX=%PATH% flag, if you do not want to
42
+# install fresh llvm binaries into standard system paths.
43
cmake -G "Ninja" \
44
-DLIBCXX_ENABLE_SHARED=OFF -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON \
45
-DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86" \
0 commit comments