From 70ae65f18ca3cc3e308cca0690518346793d82a7 Mon Sep 17 00:00:00 2001 From: FeepingCreature Date: Mon, 15 Aug 2022 16:15:07 +0200 Subject: [PATCH] Release 0.1.6. --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1ff0e22a..e93c1563 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -628,6 +628,10 @@ fi at_revision '195eff861e71824aba3fe96904f1c517276e3c24' 'rebuild neat' 'build/neat' at_revision '195eff861e71824aba3fe96904f1c517276e3c24' 'transition amd64' 'build/neat' at_revision '8072b51a1aebc055ea37b8d7b4565e88eebae4ea' 'detransition amd64' 'build/neat' +LLVM_CONFIG="/usr/lib/llvm/14/bin/llvm-config" +FLAGS="-I$($LLVM_CONFIG --includedir) -L-L$($LLVM_CONFIG --libdir) \ + -version=LLVMBackend -macro-version=LLVMBackend" +at_revision 'f66f41aeb75fe4186271effdc5d71bf27e2833bc' 'rebuild neat' 'build/neat' # unpack the last tagfile unpack_tagfile