File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11param (
2- $Prefix = " C:\clang-uml-llvm19 " ,
2+ $Prefix = " C:\clang-uml-llvm20 " ,
33 $BuildType = " Release"
44)
55
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Build and install `yaml-cpp`:
216216``` bash
217217git clone https://github.com/jbeder/yaml-cpp
218218cd yaml-cpp
219- git checkout yaml-cpp- 0.8.0
219+ git checkout 0.8.0
220220cd ..
221221cmake -S .\y aml-cpp\ -B .\y aml-cpp-build\ -DYAML_BUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=" C:\clang-uml" -Thost=x64
222222cd yaml-cpp-build
@@ -228,7 +228,7 @@ Build and install `LLVM`:
228228``` bash
229229pip install psutil
230230# Update the LLVM branch if necessary
231- git clone --branch llvmorg-19 .1.3 --depth 1 https://github.com/llvm/llvm-project.git llvm
231+ git clone --branch llvmorg-20 .1.7 --depth 1 https://github.com/llvm/llvm-project.git llvm
232232cmake -S .\l lvm\l lvm -B llvm-build -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_INSTALL_PREFIX=" C:\clang-uml" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -Thost=x64
233233cd llvm-build
234234msbuild .\I NSTALL.vcxproj -maxcpucount /p:Configuration=Release
Original file line number Diff line number Diff line change 11# This script assumes that all clang-uml dependencies are instaled in C:\clang-uml
22
3- param ($Prefix = " C:\clang-uml-llvm19 " , $BuildType = " Release" )
3+ param ($Prefix = " C:\clang-uml-llvm20 " , $BuildType = " Release" )
44
55mkdir _BUILD
66
You can’t perform that action at this time.
0 commit comments