Skip to content

Commit

Permalink
Merge pull request #1388 from Caphyon/1387-add-llvm-19.1.7
Browse files Browse the repository at this point in the history
Add llvm 19.1.7
  • Loading branch information
mariru27 authored Jan 20, 2025
2 parents 7264d95 + 6cccf2a commit 0424af5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public static class LlvmVersionsAlternate
{
public static List<string> VersionAlternateUri { get; } = new List<string>
{
"19.1.7",
"19.1.0",
"18.1.8",
"18.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public static class LlvmVersions
{
public static List<string> Versions { get; } = new List<string>
{
"19.1.7",
"19.1.0",
"18.1.8",
"18.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Set-Variable -name kLLVMInstallLocations -value @("${Env:ProgramW6432}\LLVM\b
,"${Env:ProgramFiles(x86)}\LLVM\bin"
) -option Constant
#Url to assets (clang++ and clang-tidy) from previous release made by Clang Power Tools on github
Set-Variable -name kCptGithubLlvm -value "https://github.com/Caphyon/clang-power-tools/releases/download/v2024.8.0" `
Set-Variable -name kCptGithubLlvm -value "https://github.com/Caphyon/clang-power-tools/releases/download/v2024.9.0" `
-option Constant
Set-Variable -name kCptGithubLlvmVersion -value "19.1.0 (LLVM 19.1.0)" -Option Constant
Set-Variable -name kCptGithubLlvmVersion -value "19.1.7 (LLVM 19.1.7)" -Option Constant

# Clang Constants

Expand Down

0 comments on commit 0424af5

Please sign in to comment.