We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a540cd1 commit 5173571Copy full SHA for 5173571
bootstrap.yml
@@ -80,8 +80,8 @@ sources:
80
- name: llvm
81
subdir: 'bundled'
82
git: 'https://github.com/llvm/llvm-project.git'
83
- tag: 'llvmorg-14.0.1'
84
- version: '14.0.1'
+ tag: 'llvmorg-17.0.3'
+ version: '17.0.3'
85
86
- name: glib
87
@@ -595,7 +595,7 @@ tools:
595
# Building it in debug mode produces tens of GiB of debugging info.
596
- '-DCMAKE_BUILD_TYPE=Release'
597
- '-DLLVM_TARGETS_TO_BUILD=X86'
598
- - '-DLLVM_ENABLE_PROJECTS=llvm'
+ - '-DLLVM_ENABLE_PROJECTS=llvm;clang;clang-tools-extra'
599
- '-DLLVM_ENABLE_Z3_SOLVER=OFF'
600
# clang configuration options.
601
- '-DDEFAULT_SYSROOT=@SYSROOT_DIR@'
0 commit comments