1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.

This makes WebAssembly build by default, rather than requiring
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD!

Differential Revision: https://reviews.llvm.org/D43211

llvm-svn: 342701
This commit is contained in:
Dan Gohman 2018-09-21 00:39:57 +00:00
parent 3084f13b69
commit 434bef92c7

View File

@ -287,6 +287,7 @@ set(LLVM_ALL_TARGETS
PowerPC
Sparc
SystemZ
WebAssembly
X86
XCore
)