Skip to content

Commit f42a477

Browse files
Merge pull request #50 from advancedwebdeveloper/advancedwebdeveloper-patch-50
Update build-and-install.yaml
2 parents 4bc5b01 + 7fe02fb commit f42a477

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)