Skip to content

Commit 903fc2b

Browse files
kateinoigakukunMaxDesiatov
authored andcommitted
[WASM] Add AAarch64 target to cross-compile for arm64
1 parent f6f05dc commit 903fc2b

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
@@ -2425,7 +2425,7 @@ release
24252425
cmake-c-launcher=%(C_CXX_LAUNCHER)s
24262426
cmake-cxx-launcher=%(C_CXX_LAUNCHER)s
24272427
skip-build-benchmarks
2428-
llvm-targets-to-build=X86;WebAssembly
2428+
llvm-targets-to-build=X86;AArch64;WebAssembly
24292429
install-destdir=%(INSTALL_DESTDIR)s
24302430
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
24312431
llvm-install-components=clang

0 commit comments

Comments
 (0)