From e572a0976e127f6608be695ec3966c01bb6c6638 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Thu, 12 Dec 2024 14:18:54 +0000 Subject: [PATCH] Add @chrisbazley's fork of clang --- build/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/build.sh b/build/build.sh index 8d6e57b..7164e4c 100755 --- a/build/build.sh +++ b/build/build.sh @@ -186,6 +186,11 @@ p1974-trunk) VERSION=p1974-trunk-$(date +%Y%m%d) LLVM_ENABLE_RUNTIMES+=";libunwind" ;; +chrisbazley-trunk) + URL=https://github.com/chrisbazley/llvm-project.git + VERSION=chrisbazley-trunk-$(date +%Y%m%d) + LLVM_ENABLE_RUNTIMES+=";libunwind" + ;; rocm-*) if [[ "${VERSION#rocm-}" == "trunk" ]]; then BRANCH=amd-staging