changeset 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 1a766822f3ac
files src/llvm-2-demangle.patch src/llvm.mk
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/llvm-2-demangle.patch	Fri Dec 11 20:46:31 2020 +0100
+++ b/src/llvm-2-demangle.patch	Sun Dec 13 11:20:22 2020 +0100
@@ -1,5 +1,5 @@
 MicrosoftDemangleNodes.h uses `uint8_t` without including `<cstdint>` and
-std::string` without including `<string>`.
+`std::string` without including `<string>`.
 
 
 diff --git a/include/llvm/Demangle/MicrosoftDemangleNodes.h b/include/llvm/Demangle/MicrosoftDemangleNodes.h
--- a/src/llvm.mk	Fri Dec 11 20:46:31 2020 +0100
+++ b/src/llvm.mk	Sun Dec 13 11:20:22 2020 +0100
@@ -6,6 +6,7 @@
 $(PKG)_VERSION  := 8.0.1
 $(PKG)_CHECKSUM := 09964f9eabc364f221a3caefbdaea28557273b4a
 $(PKG)_FILE     := llvm-$($(PKG)_VERSION).src.tar.xz
+$(PKG)_SUBDIR   := llvm-$($(PKG)_VERSION).src
 $(PKG)_URL      := https://github.com/llvm/llvm-project/releases/download/llvmorg-$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_DEPS     := build-python