Skip to content

Commit

Permalink
Merge pull request #1379 from Caphyon/1378-add-llvm-19.1.0
Browse files Browse the repository at this point in the history
Add llvm 19.1.0
  • Loading branch information
mariru27 authored Sep 24, 2024
2 parents 93e2e29 + 6dc4329 commit 6e8743b
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.0",
"18.1.8",
"18.1.2",
"17.0.1",
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.0",
"18.1.8",
"18.1.2",
"17.0.1",
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.4.1" `
Set-Variable -name kCptGithubLlvm -value "https://github.com/Caphyon/clang-power-tools/releases/download/v2024.8.0" `
-option Constant
Set-Variable -name kCptGithubLlvmVersion -value "18.1.8 (LLVM 18.1.8)" -Option Constant
Set-Variable -name kCptGithubLlvmVersion -value "19.1.0 (LLVM 19.1.0)" -Option Constant

# Clang Constants

Expand Down

0 comments on commit 6e8743b

Please sign in to comment.