Updates to the linker, tentative x86_64 support (and MacOS)

This commit is contained in:
Christoffer Lerno
2021-04-13 21:52:32 +02:00
committed by Christoffer Lerno
parent a3990f1b3d
commit fe3f7d427e
4 changed files with 139 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: (Linux) Download LLVM
run: |
sudo apt-get install libllvm11 llvm-11 llvm-11-dev llvm-11-runtime liblld-11-dev liblld-11
sudo apt-get install zlib1g zlib1g-dev clang-11 libllvm11 llvm-11 llvm-11-dev llvm-11-runtime liblld-11-dev liblld-11
- name: Build
run: |
mkdir build && cd build