File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,23 @@ jobs:
3434 version : latest
3535 platform : x64
3636
37- - name : Setup LLVM
38- # You may pin to the exact commit or the version.
39- uses : ZhongRuoyu/setup-llvm@v0.1.1
40- with :
41- llvm-version : 20
37+ # - name: Setup LLVM
38+ # # You may pin to the exact commit or the version.
39+ # uses: ZhongRuoyu/setup-llvm@v0.1.1
40+ # with:
41+ # llvm-version: 20
4242
4343
44- # - name: Setup LLVM
45- # run: |
44+ - name : Setup LLVM
45+ run : |
46+ git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
47+ cmake --build build
48+ cmake --install build
4649# git config --add remote.origin.fetch '^refs/heads/users/*'
4750# git config --add remote.origin.fetch '^refs/heads/revert-*'
48- # git clone --depth 1 https://github.com/llvm/llvm-project.git
4951# cd llvm-project
5052# git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
5153# cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
52- # cmake --build build
53- # cmake --install build
5454
5555
5656 - name : Configure CMake
You can’t perform that action at this time.
0 commit comments