mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[llvm] Add feature export-symbols (#42243)
This commit is contained in:
parent
b171e5156a
commit
73026dbfd5
@ -33,6 +33,7 @@ vcpkg_check_features(
|
|||||||
enable-ios COMPILER_RT_ENABLE_IOS
|
enable-ios COMPILER_RT_ENABLE_IOS
|
||||||
enable-eh LLVM_ENABLE_EH
|
enable-eh LLVM_ENABLE_EH
|
||||||
enable-bindings LLVM_ENABLE_BINDINGS
|
enable-bindings LLVM_ENABLE_BINDINGS
|
||||||
|
export-symbols LLVM_EXPORT_SYMBOLS_FOR_PLUGINS
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_get_vars(cmake_vars_file)
|
vcpkg_cmake_get_vars(cmake_vars_file)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "llvm",
|
"name": "llvm",
|
||||||
"version": "18.1.6",
|
"version": "18.1.6",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "The LLVM Compiler Infrastructure.",
|
"description": "The LLVM Compiler Infrastructure.",
|
||||||
"homepage": "https://llvm.org",
|
"homepage": "https://llvm.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -190,6 +190,9 @@
|
|||||||
"zstd"
|
"zstd"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"export-symbols": {
|
||||||
|
"description": "Export symbols for plugins."
|
||||||
|
},
|
||||||
"flang": {
|
"flang": {
|
||||||
"description": "Include Fortran front end.",
|
"description": "Include Fortran front end.",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -5574,7 +5574,7 @@
|
|||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"baseline": "18.1.6",
|
"baseline": "18.1.6",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"lmdb": {
|
"lmdb": {
|
||||||
"baseline": "0.9.33",
|
"baseline": "0.9.33",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8f22f1c97f0649913c8c97c6d16d448d76e1e81b",
|
||||||
|
"version": "18.1.6",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b175bc95eb833fee3777f727ea0d5e0519b0f1a1",
|
"git-tree": "b175bc95eb833fee3777f727ea0d5e0519b0f1a1",
|
||||||
"version": "18.1.6",
|
"version": "18.1.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user