Skip to content

Commit

Permalink
Bump version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Sep 1, 2024
1 parent f7a5e52 commit 1e1a7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- script: |
git clone -b llvmorg-16.0.1 --depth 1 https://github.com/llvm/llvm-project.git
git clone -b llvmorg-18.1.8 --depth 1 https://github.com/llvm/llvm-project.git
mkdir llvm_build
cd llvm_build
cmake -G "Visual Studio 16 2019" ../llvm-project/llvm -Thost=x64 -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-pc-windows-msvc -DLLVM_HOST_TRIPLE:STRING=x86_64-pc-windows-msvc -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_BENCHMARKS=OFF -DLLVM_INCLUDE_UTILS=OFF -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_ENABLE_Z3_SOLVER=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=10.0 -DLLVM_USE_CRT_DEBUG=MTd -DLLVM_USE_CRT_RELEASE=MT
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit
tagSource: auto # Required when action == Create# Options: auto, manual
#tagPattern: # Optional
tag: 'custom-build-win-16.0.1' # Required when action == Edit || Action == Delete || TagSource == Manual
title: 'Windows Build 16.0.1' # Optional
tag: 'custom-build-win-18.1.8' # Required when action == Edit || Action == Delete || TagSource == Manual
title: 'Windows Build 18.1.8' # Optional
#releaseNotesSource: 'file' # Optional. Options: file, input
#releaseNotesFile: # Optional
#releaseNotes: # Optional
Expand Down

0 comments on commit 1e1a7a3

Please sign in to comment.