mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:39:44 +08:00
[llvm] fix build error (#23334)
* fix link error * Add license * delete useless patch
This commit is contained in:
parent
964f2fa145
commit
fc568b1867
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "llvm",
|
||||
"version": "13.0.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "The LLVM Compiler Infrastructure.",
|
||||
"homepage": "https://llvm.org",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!uwp & !(arm & windows)",
|
||||
"dependencies": [
|
||||
{
|
||||
@ -336,7 +337,16 @@
|
||||
"description": "Build with XCore backend."
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build LLVM tools."
|
||||
"description": "Build LLVM tools.",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "llvm",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"enable-threads"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"utils": {
|
||||
"description": "Build LLVM utils."
|
||||
|
@ -4198,7 +4198,7 @@
|
||||
},
|
||||
"llvm": {
|
||||
"baseline": "13.0.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"lmdb": {
|
||||
"baseline": "0.9.24",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2c86dc65e952d8abe6140578df4db2c742180358",
|
||||
"version": "13.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b3ebd32f2ff4394d72edeb0f4b804d914a2e3f94",
|
||||
"version": "13.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user