File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches : [ main ]
7
7
jobs :
8
- default-compiler : # in sense of CMake's identification - gollvm is indeed Clang oriented
8
+ clang9_build : # in sense of CMake's identification - gollvm is indeed Clang oriented
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
29
29
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
30
30
- name : Compiling & linking gollvm
31
31
run : cd $GITHUB_WORKSPACE/clang_test_cpu_features && mkdir build_release && cd build_release && cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -G Ninja ../llvm-project/llvm && ninja -j16 gollvm && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests && sudo ninja install-gollvm
32
- clang9-build : # in sense of CMake's identification - gollvm is indeed Clang oriented
32
+ gcc_compat_build : # in sense of CMake's identification - gollvm is indeed Clang oriented
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments