Skip to content

Commit e8f64c4

Browse files
Added section for the f-literals branch in my clang fork (#74)
1 parent 61b9ce1 commit e8f64c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ p3372-trunk)
154154
VERSION=p3372-trunk-$(date +%Y%m%d)
155155
LLVM_ENABLE_RUNTIMES+=";libunwind"
156156
;;
157+
p3412-trunk)
158+
BRANCH=f-literals
159+
URL=https://github.com/BengtGustafsson/llvm-project-UTP.git
160+
VERSION=p3412-trunk-$(date +%Y%m%d)
161+
LLVM_ENABLE_RUNTIMES+=";libunwind"
162+
;;
157163
dascandy-contracts-trunk)
158164
BRANCH=add-contracts
159165
URL=https://github.com/dascandy/llvm-project

0 commit comments

Comments
 (0)