comparison src/llvm-2-demangle.patch @ 5599:ac27eba752af

* src/llvm.mk: Restore variable removed in 9722214b6722.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 13 Dec 2020 11:20:22 +0100
parents 9722214b6722
children
comparison
equal deleted inserted replaced
5598:9722214b6722 5599:ac27eba752af
1 MicrosoftDemangleNodes.h uses `uint8_t` without including `<cstdint>` and 1 MicrosoftDemangleNodes.h uses `uint8_t` without including `<cstdint>` and
2 std::string` without including `<string>`. 2 `std::string` without including `<string>`.
3 3
4 4
5 diff --git a/include/llvm/Demangle/MicrosoftDemangleNodes.h b/include/llvm/Demangle/MicrosoftDemangleNodes.h 5 diff --git a/include/llvm/Demangle/MicrosoftDemangleNodes.h b/include/llvm/Demangle/MicrosoftDemangleNodes.h
6 --- a/include/llvm/Demangle/MicrosoftDemangleNodes.h 6 --- a/include/llvm/Demangle/MicrosoftDemangleNodes.h
7 +++ b/include/llvm/Demangle/MicrosoftDemangleNodes.h 7 +++ b/include/llvm/Demangle/MicrosoftDemangleNodes.h