File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 28
28
dpkg -l
29
29
python3 -m pip install -r mlir/python/requirements.txt
30
30
mkdir llvm-install
31
- curl https://raw.githubusercontent.com/yunchih/static-binaries/master/strace -o strace
32
- chmod +x ./strace
33
- set +e
34
- ./strace cmake -G Ninja llvm -B build -DCMAKE_INSTALL_PREFIX=llvm-install -DMLIR_ENABLE_BINDINGS_PYTHON=ON\
31
+ cmake -G Ninja llvm -B build -DCMAKE_INSTALL_PREFIX=llvm-install -DMLIR_ENABLE_BINDINGS_PYTHON=ON\
35
32
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=true -DLLVM_ENABLE_PROJECTS="mlir" -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_INSTALL_UTILS=true -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DLLVM_INSTALL_GTEST=ON -DPython3_EXECUTABLE=$(which python3) >strace.log 2>&1
36
- set -e
37
- cat strace.log
38
- exit 1
39
33
cmake --build build --target install
40
34
cd llvm-install
41
35
tar -zcf ../llvm.tgz .
You can’t perform that action at this time.
0 commit comments