зеркало из https://github.com/microsoft/vcpkg.git
[llvm] add missing include (#33521)
This commit is contained in:
Родитель
be063cfe4a
Коммит
77ee154051
|
@ -0,0 +1,12 @@
|
|||
diff --git a/llvm/lib/Debuginfod/Debuginfod.cpp b/llvm/lib/Debuginfod/Debuginfod.cpp
|
||||
index ef4e11ca3..29fdd6ffb 100644
|
||||
--- a/llvm/lib/Debuginfod/Debuginfod.cpp
|
||||
+++ b/llvm/lib/Debuginfod/Debuginfod.cpp
|
||||
@@ -40,6 +40,7 @@
|
||||
#include "llvm/Support/xxhash.h"
|
||||
|
||||
#include <atomic>
|
||||
+#include <thread>
|
||||
|
||||
namespace llvm {
|
||||
static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); }
|
|
@ -15,6 +15,7 @@ vcpkg_from_github(
|
|||
0007-Fix-install-bolt.patch
|
||||
0008-llvm_assert.patch
|
||||
0009-disable-libomp-aliases.patch
|
||||
0010-missing-include.patch
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "llvm",
|
||||
"version": "15.0.7",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "The LLVM Compiler Infrastructure.",
|
||||
"homepage": "https://llvm.org",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -5026,7 +5026,7 @@
|
|||
},
|
||||
"llvm": {
|
||||
"baseline": "15.0.7",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"lmdb": {
|
||||
"baseline": "0.9.29",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ce05511c7bf08ffecc627b73ae566e1a1e7e6b20",
|
||||
"version": "15.0.7",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "bd0b5a20abf736cc78645980e56569eae2e076ba",
|
||||
"version": "15.0.7",
|
||||
|
|
Загрузка…
Ссылка в новой задаче