Skip to content

Commit 190968f

Browse files
authored
Add experimental Clang for P2561 (#97)
1 parent 826e1e9 commit 190968f

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
@@ -132,6 +132,12 @@ variadic-friends-trunk)
132132
URL=https://github.com/dancrn/llvm-project.git
133133
VERSION=variadic-friends-trunk-$(date +%Y%m%d)
134134
;;
135+
p2561-trunk)
136+
BRANCH=P2561
137+
URL=https://github.com/vasama/llvm
138+
VERSION=p2561-trunk-$(date +%Y%m%d)
139+
LLVM_ENABLE_RUNTIMES+=";libunwind"
140+
;;
135141
bb-p2996-trunk)
136142
BRANCH=p2996
137143
URL=https://github.com/Bloomberg/clang-p2996

0 commit comments

Comments
 (0)