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 a217eab commit 4c7fed2Copy full SHA for 4c7fed2
package/compiler-llvm-trunk/process.sh
@@ -30,7 +30,7 @@ echo "Configuring ..."
30
mkdir $OBJ_DIR
31
cd $OBJ_DIR
32
33
-cmake ../trunk/llvm
+cmake ../trunk/llvm -DLLVM_TARGETS_TO_BUILD=${CK_LLVM_CMAKE_TARGETS} ${CK_LLVM_CMAKE_FLAGS}
34
if [ "$?" != "0" ]; then
35
echo "Error: failed configuring ..."
36
read -p "Press any key to continue!"
0 commit comments