summaryrefslogtreecommitdiffstats
path: root/llvm.patch
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2020-04-14 15:07:39 -0500
committerRon Olson <tachoknight@gmail.com>2020-04-14 15:07:39 -0500
commit8e62b80e958264b92e0804c336a1c2d8c461a2d0 (patch)
treed4ccd59108af39f8ea613155ecb091c283024b5b /llvm.patch
parent43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9 (diff)
downloadswift-lang-master.tar.gz
swift-lang-master.tar.xz
swift-lang-master.zip
Updated to GitHub versionHEADmaster
Diffstat (limited to 'llvm.patch')
-rw-r--r--llvm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm.patch b/llvm.patch
new file mode 100644
index 0000000..b9f70d5
--- /dev/null
+++ b/llvm.patch
@@ -0,0 +1,11 @@
+--- llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h.orig 2020-01-29 10:02:44.222689214 -0600
++++ llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h 2020-01-29 10:03:02.007354450 -0600
+@@ -16,6 +16,8 @@
+ #include "llvm/Demangle/DemangleConfig.h"
+ #include "llvm/Demangle/StringView.h"
+ #include <array>
++#include <cstdint>
++#include <string>
+
+ namespace llvm {
+ namespace itanium_demangle {