From c005b7f90961e22e4383acb42dd5184fa83f1a3a Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 5 Aug 2024 20:47:54 -0500 Subject: [PATCH] Add libunwind to p1061, becaues it's complaining without it --- build/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.sh b/build/build.sh index 02a4b14..0e2f2f3 100755 --- a/build/build.sh +++ b/build/build.sh @@ -50,6 +50,7 @@ p1061-trunk) BRANCH=ricejasonf/p1061 URL=https://github.com/ricejasonf/llvm-project.git VERSION=p1061-trunk-$(date +%Y%m%d) + LLVM_ENABLE_RUNTIMES+=";libunwind" ;; embed-trunk) BRANCH=feature/embed