File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
required : false
11
11
projects :
12
12
required : false
13
- experimental_targets :
13
+ extra_cmake_args :
14
14
required : false
15
15
workflow_call :
16
16
inputs :
22
22
required : true
23
23
type : string
24
24
25
- experimental_targets :
25
+ extra_cmake_args :
26
26
required : false
27
27
type : string
28
28
91
91
# This should be a no-op for non-mac OSes
92
92
PKG_CONFIG_PATH : /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
93
93
with :
94
- cmake_args : ' -GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="${{ inputs.experimental_targets }}" - DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
94
+ cmake_args : ' -GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ${{ inputs.extra_cmake_args }} '
95
95
build_target : ' ${{ inputs.build_target }}'
96
96
97
97
- name : Build and Test libclc
Original file line number Diff line number Diff line change 24
24
uses : ./.github/workflows/llvm-project-tests.yml
25
25
with :
26
26
build_target : check-llvm-codegen-spirv
27
- projects : clang
28
- experimental_targets : SPIRV
27
+ projects :
28
+ extra_cmake_args : ' -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=" SPIRV" '
You can’t perform that action at this time.
0 commit comments