Skip to content

Commit 826e1e9

Browse files
authored
Add experimental clang compiler for p3334 (#96)
Signed-off-by: Tal Yacobi <talycb8@gmail.com>
1 parent 0108b2e commit 826e1e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ p3309-trunk)
156156
VERSION=p3309-trunk-$(date +%Y%m%d)
157157
LLVM_ENABLE_RUNTIMES+=";libunwind"
158158
;;
159+
p3334-trunk)
160+
BRANCH=p3334-cross-static
161+
URL=https://github.com/tal-yac/llvm-project
162+
VERSION=p3334-trunk-$(date +%Y%m%d)
163+
LLVM_ENABLE_RUNTIMES+=";libunwind"
164+
;;
159165
p3367-trunk)
160166
BRANCH=P3367-constexpr-coroutines
161167
URL=https://github.com/hanickadot/llvm-project

0 commit comments

Comments
 (0)