Skip to content

Commit 8ff609c

Browse files
authored
Add hana-clang (all my changes and prototypes in clang will be there instead of keeping multiple forks) (#98)
1 parent 190968f commit 8ff609c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ p3776-trunk)
198198
VERSION=p3776-trunk-$(date +%Y%m%d)
199199
LLVM_ENABLE_RUNTIMES+=";libunwind"
200200
;;
201+
hana-clang-trunk)
202+
BRANCH=compiler-explorer/hana-clang
203+
URL=https://github.com/hanickadot/llvm-project
204+
VERSION=hana-clang-$(date +%Y%m%d)
205+
LLVM_ENABLE_RUNTIMES+="compiler-rt;libcxx;libcxxabi;libunwind"
206+
CMAKE_EXTRA_ARGS+=( "-DCLANG_DEFAULT_CXX_STDLIB=libc++" "-DLLVM_ENABLE_ASSERTIONS=ON" )
207+
;;
201208
implicit-constexpr-trunk)
202209
BRANCH=feature/implicit-constexpr-flag
203210
URL=https://github.com/hanickadot/llvm-project.git

0 commit comments

Comments
 (0)