Skip to content

Commit

Permalink
Try install clang-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Aug 25, 2023
1 parent effd6b0 commit f9bfef6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ jobs:
mkdir build
mkdir inst
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=host -DLLVM_OPTIMIZED_TABLEGEN=On -DLLVM_ENABLE_PROJECTS="clang;openmp" -DCMAKE_INSTALL_PREFIX=../inst ../llvm
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=host -DLLVM_OPTIMIZED_TABLEGEN=On -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="openmp" -DCMAKE_INSTALL_PREFIX=../inst ../llvm
make ClangDriverOptions clang-repl omp openmp-resource-headers -j$(nproc --all)
#make install -j$(nproc --all)
make install -j$(nproc --all)
make clean -j$(nproc --all)
cd ../..
- name: Save Cache LLVM/Clang runtime build directory
uses: actions/cache/save@v3
Expand Down

0 comments on commit f9bfef6

Please sign in to comment.