forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Configure LLVM for WebAssembly target independently from the n…
…ative LLVM build We have been using the host LLVM build directory to configure the Wasm Swift stdlib. This has been working fine so far as the stdlib build is configured with `CMAKE_SYSTEM_NAME` having host system name. However, we fixed the stdlib build to use `WASI` as the system name properly in the previous commit. This exposed the issue that the host LLVM build directory is not suitable for configuring the stdlib build.
- Loading branch information
1 parent
92f225d
commit 9da1bc9
Showing
1 changed file
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters