24 lines
632 B
Diff
24 lines
632 B
Diff
# https://github.com/spack/spack/issues/24270 (This hunk is upstream since llvm-10)
|
|
--- a/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
|
|
+++ b/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
|
|
@@ -4,6 +4,8 @@
|
|
#include "llvm/Demangle/Compiler.h"
|
|
#include "llvm/Demangle/StringView.h"
|
|
#include <array>
|
|
+#include <cstdint>
|
|
+#include <string>
|
|
|
|
class OutputStream;
|
|
|
|
# https://github.com/spack/spack/pull/27233
|
|
--- a/llvm/utils/benchmark/src/benchmark_register.h
|
|
+++ b/llvm/utils/benchmark/src/benchmark_register.h
|
|
@@ -2,6 +2,7 @@
|
|
#define BENCHMARK_REGISTER_H
|
|
|
|
#include <vector>
|
|
+#include <limits>
|
|
|
|
#include "check.h"
|
|
|