[llvm] Add atlmfc as a dependence in windows platform (#31604)

* [llvm] Add atlmfc as a dependence in windows platform

* Update platform of atlmfc
This commit is contained in:
Cheney Wang 2023-05-27 06:36:20 +08:00 committed by GitHub
parent 1fd5ef71cc
commit afbb37cfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO llvm/llvm-project
REF llvmorg-${VERSION}
REF "llvmorg-${VERSION}"
SHA512 99beff9ee6f8c26f16ea53f03ba6209a119099cbe361701b0d5f4df9d5cc5f2f0da7c994c899a4cec876da8428564dc7a8e798226a9ba8b5c18a3ef8b181d39e
HEAD_REF main
PATCHES

View File

@ -1,12 +1,16 @@
{
"name": "llvm",
"version": "15.0.7",
"port-version": 2,
"port-version": 3,
"description": "The LLVM Compiler Infrastructure.",
"homepage": "https://llvm.org",
"license": "Apache-2.0",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "atlmfc",
"platform": "windows & !mingw"
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -4926,7 +4926,7 @@
},
"llvm": {
"baseline": "15.0.7",
"port-version": 2
"port-version": 3
},
"lmdb": {
"baseline": "0.9.29",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1ba26e4d72f4d6112c483a09d9a2dd0aa42067f3",
"version": "15.0.7",
"port-version": 3
},
{
"git-tree": "9c069ac90689417940c7a8e5a972afac79042619",
"version": "15.0.7",