[llvm] fix build error (#23334)

* fix link error

* Add license

* delete useless  patch
This commit is contained in:
Mengna Li 2022-03-04 04:31:21 +08:00 committed by GitHub
parent 964f2fa145
commit fc568b1867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 3 deletions

View File

@ -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."

View File

@ -4198,7 +4198,7 @@
},
"llvm": {
"baseline": "13.0.0",
"port-version": 1
"port-version": 2
},
"lmdb": {
"baseline": "0.9.24",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2c86dc65e952d8abe6140578df4db2c742180358",
"version": "13.0.0",
"port-version": 2
},
{
"git-tree": "b3ebd32f2ff4394d72edeb0f4b804d914a2e3f94",
"version": "13.0.0",