-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Build AOT cross-compiler on windows (#50113)
Enable `BuildMonoAOTCrossCompiler ` on windows/wasm. Update `offsets-tool` to add few emscripten include locations. Use emscripten's `python` to run the `offsets-tool`. * Add few debug prints * Show libclang file on windows * Use c:/dev/LLVM/bin/libclang.dll in CI builds * Use emsdk's python * Revert "Add few debug prints" This reverts commit b3133cf. * Build wasm/windows as Release configuration The debug has problems of mixing debug/release like: LLVMDemangle.lib(ItaniumDemangle.cpp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in monosgen-2.0.lib(mini-llvm-cpp.cpp.obj) LLVMDemangle.lib(ItaniumDemangle.cpp.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MTd_StaticDebug' in monosgen-2.0.lib(mini-llvm-cpp.cpp.obj) Need to further look into this * Add `-c $(_BuildConfig)`
- Loading branch information
1 parent
ca24f37
commit 3571f36
Showing
3 changed files
with
31 additions
and
23 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
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
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