From e065f259f140455c433a2b123138fc875f315fc5 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Fri, 15 Jul 2022 11:49:42 -0400 Subject: [PATCH] Bump LLVM packages to 14.x --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 16 ++++++++-------- src/mono/CMakeLists.txt | 1 + 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff4a5abdb667d..a0cb11eb92781 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -178,35 +178,35 @@ https://github.com/dotnet/runtime-assets 86e7816b9869ab19ee3f44aba7ac5f0ef7d04c8c - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 - + https://github.com/dotnet/llvm-project 54cc196d506692c366d9e116cdb3a9a56342f720 diff --git a/eng/Versions.props b/eng/Versions.props index 49b36949e354f..2547657202663 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -174,14 +174,14 @@ 7.0.0-alpha.1.22366.1 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 - 11.1.0-alpha.1.22259.2 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 + 14.0.0-alpha.1.22368.3 7.0.0-rc.1.22362.2 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) diff --git a/src/mono/CMakeLists.txt b/src/mono/CMakeLists.txt index 8925f55b42c95..9c7f2bd413ac7 100644 --- a/src/mono/CMakeLists.txt +++ b/src/mono/CMakeLists.txt @@ -561,6 +561,7 @@ set(MONO_llvm_extra_libs_armcodegen_1100 "LLVMARMCodeGen" "LLVMCFGuard" "LLVMGlo # llvm-config --libs aarch64codegen set(MONO_llvm_extra_libs_aarch64codegen_1100 "LLVMAArch64CodeGen" "LLVMCFGuard" "LLVMGlobalISel" "LLVMSelectionDAG" "LLVMAsmPrinter" "LLVMDebugInfoDWARF" "LLVMCodeGen" "LLVMTarget" "LLVMScalarOpts" "LLVMInstCombine" "LLVMAggressiveInstCombine" "LLVMTransformUtils" "LLVMBitWriter" "LLVMAnalysis" "LLVMProfileData" "LLVMObject" "LLVMTextAPI" "LLVMMCParser" "LLVMBitReader" "LLVMCore" "LLVMRemarks" "LLVMBitstreamReader" "LLVMAArch64Desc" "LLVMMC" "LLVMDebugInfoCodeView" "LLVMDebugInfoMSF" "LLVMBinaryFormat" "LLVMAArch64Utils" "LLVMAArch64Info" "LLVMSupport" "LLVMDemangle") +set(MONO_llvm_extra_libs_aarch64codegen_1400 "${MONO_llvm_extra_libs_aarch64codegen_1100}") ###################################### # LLVM CHECKS