Skip to content

Commit

Permalink
Added section for the f-literals branch in my clang fork (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
BengtGustafsson authored Oct 19, 2024
1 parent 61b9ce1 commit e8f64c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ p3372-trunk)
VERSION=p3372-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p3412-trunk)
BRANCH=f-literals
URL=https://github.com/BengtGustafsson/llvm-project-UTP.git
VERSION=p3412-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
dascandy-contracts-trunk)
BRANCH=add-contracts
URL=https://github.com/dascandy/llvm-project
Expand Down

0 comments on commit e8f64c4

Please sign in to comment.