Skip to content

Commit a4675a3

Browse files
committed
build: Pass LLVM_IAS through
1 parent 0edc575 commit a4675a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build/scripts/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ if [[ "$task" == "kernel" ]]; then
142142
if [[ -n "$CLANG" ]]; then
143143
cmd+="-e CLANG=1 "
144144
fi
145+
146+
if [[ -n "$LLVM_IAS" ]]; then
147+
cmd+="-e LLVM_IAS=$LLVM_IAS "
148+
fi
145149
fi
146150

147151
if [[ "$task" == "ppctests" ]]; then

0 commit comments

Comments
 (0)