Skip to content

Commit 7fe02fb

Browse files
Update build-and-install.yaml
1 parent 4bc5b01 commit 7fe02fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-install.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
- name: Compiling & linking gollvm
143143
run: cd $GITHUB_WORKSPACE/gollvm_build_process && mkdir build_min && cd build_min && cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_C_COMPILER=clang-12 -DCMAKE_CXX_COMPILER=clang++-12 -G Ninja ../llvm-project/llvm && ninja -j16 gollvm && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests
144144

145+
146+
145147

146148

147149

0 commit comments

Comments
 (0)