Skip to content

Commit 5173571

Browse files
feat(bootstrap): upgrade llvm to 17.0.3
* Upgrade LLVM to 17.0.3 * Build LLVM, clang and clang-tools-extra Signed-off-by: Anhad Singh <[email protected]>
1 parent a540cd1 commit 5173571

File tree

2 files changed

+163
-186
lines changed

2 files changed

+163
-186
lines changed

bootstrap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ sources:
8080
- name: llvm
8181
subdir: 'bundled'
8282
git: 'https://github.com/llvm/llvm-project.git'
83-
tag: 'llvmorg-14.0.1'
84-
version: '14.0.1'
83+
tag: 'llvmorg-17.0.3'
84+
version: '17.0.3'
8585

8686
- name: glib
8787
subdir: 'bundled'
@@ -595,7 +595,7 @@ tools:
595595
# Building it in debug mode produces tens of GiB of debugging info.
596596
- '-DCMAKE_BUILD_TYPE=Release'
597597
- '-DLLVM_TARGETS_TO_BUILD=X86'
598-
- '-DLLVM_ENABLE_PROJECTS=llvm'
598+
- '-DLLVM_ENABLE_PROJECTS=llvm;clang;clang-tools-extra'
599599
- '-DLLVM_ENABLE_Z3_SOLVER=OFF'
600600
# clang configuration options.
601601
- '-DDEFAULT_SYSROOT=@SYSROOT_DIR@'

0 commit comments

Comments
 (0)