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 ea54371 commit 504027cCopy full SHA for 504027c
build_cmd.sh
@@ -1,5 +1,5 @@
1
cmake -S llvm -B build -G "Unix Makefiles" \
2
-DLLVM_ENABLE_PROJECTS="clang;flang;openmp;lld" \
3
--DCMAKE_INSTALL_PREFIX=/scr/studyztp/compiler/llvm-dir \
+-DCMAKE_INSTALL_PREFIX=$1 \
4
-DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=all
5
0 commit comments