Patch from https://github.com/digego/extempore/issues/318 diff --git a/include/llvm/IR/ValueMap.h.orig b/include/llvm/IR/ValueMap.h index ad518ac..d928f6a 100644 --- a/include/llvm/IR/ValueMap.h +++ b/include/llvm/IR/ValueMap.h @@ -99,7 +99,7 @@ explicit ValueMap(const ExtraData &Data, unsigned NumInitBuckets = 64) : Map(NumInitBuckets), Data(Data) {} - bool hasMD() const { return MDMap; } + bool hasMD() const { return static_cast(MDMap); } MDMapT &MD() { if (!MDMap) MDMap.reset(new MDMapT); guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/compile-all.scm
AgeCommit message (Expand)Author
2021-06-23build: Makefile splits Scheme compilation in four steps....Ludovic Courtès
2021-06-18build: Remove Guile 2.2 workaround....Ludovic Courtès
2020-04-12build: Cap build parallelism on i686....Ludovic Courtès