From 1ad33f8a54064f0c8673ac4823ba50b242b4e77e Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 23 Nov 2020 09:36:32 +0200 Subject: [PATCH] Update llvm.yml --- .github/workflows/llvm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index 900f84c..4670a42 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -100,4 +100,3 @@ 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 -DCMAKE_C_COMPILER=clang-11 -DCMAKE_CXX_COMPILER=clang++-11 -G Ninja ../llvm-project/llvm && ninja -j16 gollvm && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests -