Skip to content

Commit ad3ce9b

Browse files
author
Ivan
authored
Merge pull request #31 from advancedwebdeveloper/advancedwebdeveloper-patch-29
Update llvm.yml
2 parents 86b19ee + 9b9a2af commit ad3ce9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llvm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
run: cd $GITHUB_WORKSPACE/clang_test_cpu_features && git clone https://github.com/llvm/llvm-project.git && cd llvm-project/llvm/tools && git clone https://go.googlesource.com/gollvm && cd gollvm && git clone https://go.googlesource.com/gofrontend && cd libgo && git clone https://github.com/libffi/libffi.git && git clone https://github.com/ianlancetaylor/libbacktrace.git
2828
- name: Compiling & linking gollvm
2929
run: cd $GITHUB_WORKSPACE/clang_test_cpu_features && mkdir build_release && cd build_release && cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -G Ninja ../llvm-project/llvm && cat build.ninja && ninja -j16 -v gollvm && build_release/tools/gollvm/libgo && ./bin/llvm-godumpspec --trace --macrotmp=./tools/gollvm/libgo/sysinfo.macros.txt --object=./tools/gollvm/libgo/sysinfo.o --output=./tools/gollvm/libgo/gen-sysinfo.go.tmp && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests && sudo ninja install-gollvm
30+

0 commit comments

Comments
 (0)