Skip to content

Commit ce5f7e4

Browse files
[WASM] Add AAarch64 target to cross-compile for arm64
1 parent 8762cfe commit ce5f7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ release
24652465
cmake-c-launcher=%(C_CXX_LAUNCHER)s
24662466
cmake-cxx-launcher=%(C_CXX_LAUNCHER)s
24672467
skip-build-benchmarks
2468-
llvm-targets-to-build=X86;WebAssembly
2468+
llvm-targets-to-build=X86;AArch64;WebAssembly
24692469
install-destdir=%(INSTALL_DESTDIR)s
24702470
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers;clang-resource-dir-symlink
24712471
llvm-install-components=clang

0 commit comments

Comments
 (0)