Skip to content

Commit 2debc65

Browse files
authored
Add AArch64 and ARM targets to the "relocatable" (P1144) builder (#90)
Also enable assertions within the compiler itself, since there's no particular downside to that that I can see.
1 parent 99a3f05 commit 2debc65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ relocatable-trunk)
104104
VERSION=relocatable-trunk-$(date +%Y%m%d)
105105
LLVM_ENABLE_PROJECTS="clang"
106106
LLVM_ENABLE_RUNTIMES="compiler-rt;libcxx;libcxxabi;libunwind"
107+
CMAKE_EXTRA_ARGS+=("-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=AArch64;ARM;X86")
107108
;;
108109
patmat-trunk)
109110
BRANCH=p2688-pattern-matching

0 commit comments

Comments
 (0)