File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
- name : Clonning LLVM master branch && gollvm related repos.
27
27
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
28
28
- name : Compiling & linking gollvm
29
- 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 && ./bin/llvm-godumpspec --help && ./bin/llvm-godumpspec --help-hidden && ./bin/llvm-godumpspec --help-list && ./bin/llvm-godumpspec --help-list-hidden && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests && sudo ninja install-gollvm
29
+ 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
You can’t perform that action at this time.
0 commit comments