Skip to content

Commit 409b786

Browse files
committed
Fix assertions
1 parent 1556bb5 commit 409b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ mlir-*)
359359
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="WebAssembly"
360360
elif [[ $MAJOR -le 21 ]]; then
361361
PATCHES_TO_APPLY+=("${ROOT}/patches/ce-debug-clang-13.patch")
362-
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68K;WebAssembly"
362+
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;WebAssembly"
363363
else
364364
PATCHES_TO_APPLY+=("${ROOT}/patches/ce-debug-clang-trunk.patch")
365365
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;WebAssembly"

0 commit comments

Comments
 (0)