File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 2222 if : startsWith(matrix.os, 'windows') == false
2323 uses : tstellar/actions/build-test-llvm-project@master
2424 with :
25- cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }} -DLLVM_ENABLE_PROJECTS='polly;clang' -DPOLLY_ENABLE_GPGPU_CODEGEN=OFF -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_POLLY_LINK_INTO_TOOLS=OFF
26- os : ${{ runner.os }}
27- - name : Test LLVM / static
28- uses : tstellar/actions/build-test-llvm-project@master
29- with :
30- cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }} -DLLVM_ENABLE_PROJECTS='polly;clang' -DPOLLY_ENABLE_GPGPU_CODEGEN=ON -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_POLLY_LINK_INTO_TOOLS=ON
25+ cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }} -DLLVM_ENABLE_PROJECTS='clang' -DLLVM_ENABLE_LTO=Off -DLLVM_BUILD_EXAMPLES=On -DLLVM_BUILD_EXTERNAL_COMPILER_RT=On -DLLVM_ENABLE_ASSERTIONS=On
3126 os : ${{ runner.os }}
You can’t perform that action at this time.
0 commit comments