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 fca5f01 commit 6d75250Copy full SHA for 6d75250
build.sh
@@ -12,6 +12,8 @@ cmake -GNinja -DLLVM_ENABLE_PROJECTS="clang" \
12
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
13
-DLLVM_DEFAULT_TARGET_TRIPLE="aarch64-linux-gnu" \
14
../llvm
15
-ninja clang builtins
+ninja clang
16
+rm -f _CPack_Packages
17
+ninja builtins
18
# copy to expected target triple
19
cp -arv lib/clang/19/lib/aarch64-linux-gnu lib/clang/19/lib/aarch64-unknown-linux-gnu
0 commit comments