From 9b9a2afd81772925a6d79bed7abc744c24036251 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 18 Nov 2020 19:39:08 +0200 Subject: [PATCH] Update llvm.yml Checking whether https://go.googlesource.com/gollvm/+/e35304490edb165176374d710f278e5ab864d418 has any positive impact --- .github/workflows/llvm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index 647e9cc..b0a8cb8 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -27,3 +27,4 @@ jobs: 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 - name: Compiling & linking gollvm 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 +