mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:48:01 +08:00
[llvm] Fix resource path when building tools (#16294)
* [llvm] Fix resource path when building tools * update version record
This commit is contained in:
parent
a037d82649
commit
319b8f06eb
@ -1,5 +1,6 @@
|
||||
Source: llvm
|
||||
Version: 11.0.0
|
||||
Port-Version: 1
|
||||
Homepage: https://llvm.org/
|
||||
Description: The LLVM Compiler Infrastructure
|
||||
Supports: !uwp
|
||||
|
@ -119,6 +119,10 @@ if("polly" IN_LIST FEATURES)
|
||||
list(APPEND LLVM_ENABLE_PROJECTS "polly")
|
||||
endif()
|
||||
|
||||
if("tools" IN_LIST FEATURES)
|
||||
list(APPEND FEATURE_OPTIONS -DCLANG_RESOURCE_DIR=../../lib/clang/11.0.0)
|
||||
endif()
|
||||
|
||||
set(known_llvm_targets
|
||||
AArch64
|
||||
AMDGPU
|
||||
|
@ -3598,7 +3598,7 @@
|
||||
},
|
||||
"llvm": {
|
||||
"baseline": "11.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"lmdb": {
|
||||
"baseline": "0.9.24",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9a8e86d3dc793c4404435e87c04470da6d9cccce",
|
||||
"version-string": "11.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "0188d318ae61d867088f8717bc5ed178479f14a1",
|
||||
"version-string": "11.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user