Skip to content

Commit

Permalink
Slimmer LLVM build
Browse files Browse the repository at this point in the history
  • Loading branch information
fido2020 committed Jan 27, 2022
1 parent 58a469b commit 61f3130
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf python3 python3-pip ninja-build qemu-utils nasm
sudo python3 -m pip install meson
sudo python3 -m pip install meson xbstrap
- name: Initialize and Update submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion Scripts/lemon-crossfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[binaries]
c = 'clang'
cpp = 'clang++'
strip = '86_64-lemon-strip'
strip = 'x86_64-lemon-strip'
ld = 'x86_64-lemon-ld'
pkgconfig = 'pkg-config'

Expand Down
4 changes: 4 additions & 0 deletions bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ tools:
- '-DCMAKE_INSTALL_PREFIX=@PREFIX@'
- '-DDEFAULT_SYSROOT=@SYSROOT_DIR@'
- '-DLLVM_PARALLEL_LINK_JOBS=@OPTION:llvm_linkcount@'
- '-DCLANG_BUILD_TOOLS=OFF'
- '-DCLANG_ENABLE_ARCMT=OFF'
- '-DCLANG_ENABLE_STATIC_ANALYZER=OFF'
- '-DLLVM_INCLUDE_TESTS=OFF'
- '-C@THIS_SOURCE_DIR@/clang/cmake/caches/Lemon.cmake'
stages:
- name: compiler
Expand Down

0 comments on commit 61f3130

Please sign in to comment.