[llvm] Add feature export-symbols (#42243)

This commit is contained in:
Thijs Withaar 2024-11-22 23:51:24 +01:00 committed by GitHub
parent b171e5156a
commit 73026dbfd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 2 deletions

View File

@ -33,6 +33,7 @@ vcpkg_check_features(
enable-ios COMPILER_RT_ENABLE_IOS
enable-eh LLVM_ENABLE_EH
enable-bindings LLVM_ENABLE_BINDINGS
export-symbols LLVM_EXPORT_SYMBOLS_FOR_PLUGINS
)
vcpkg_cmake_get_vars(cmake_vars_file)

View File

@ -1,7 +1,7 @@
{
"name": "llvm",
"version": "18.1.6",
"port-version": 1,
"port-version": 2,
"description": "The LLVM Compiler Infrastructure.",
"homepage": "https://llvm.org",
"license": "Apache-2.0",
@ -190,6 +190,9 @@
"zstd"
]
},
"export-symbols": {
"description": "Export symbols for plugins."
},
"flang": {
"description": "Include Fortran front end.",
"dependencies": [

View File

@ -5574,7 +5574,7 @@
},
"llvm": {
"baseline": "18.1.6",
"port-version": 1
"port-version": 2
},
"lmdb": {
"baseline": "0.9.33",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8f22f1c97f0649913c8c97c6d16d448d76e1e81b",
"version": "18.1.6",
"port-version": 2
},
{
"git-tree": "b175bc95eb833fee3777f727ea0d5e0519b0f1a1",
"version": "18.1.6",