Skip to content

Commit 9fe5cda

Browse files
authored
Add P3385 experimental compiler (#92)
P3385 introduce reflection for attributes, adding this experimental branch for public use.
1 parent 2debc65 commit 9fe5cda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ p3372-trunk)
168168
VERSION=p3372-trunk-$(date +%Y%m%d)
169169
LLVM_ENABLE_RUNTIMES+=";libunwind"
170170
;;
171+
p3385-trunk)
172+
BRANCH=3385R5
173+
URL=https://github.com/zebullax/clang-p2996/
174+
VERSION=p3385-trunk-$(date +%Y%m%d)
175+
LLVM_ENABLE_RUNTIMES+=";libunwind"
176+
;;
171177
p3412-trunk)
172178
BRANCH=f-literals
173179
URL=https://github.com/BengtGustafsson/llvm-project-UTP.git

0 commit comments

Comments
 (0)