Skip to content

Commit

Permalink
[WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.
Browse files Browse the repository at this point in the history
This makes WebAssembly build by default, rather than requiring
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD!

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

llvm-svn: 342701
  • Loading branch information
Dan Gohman committed Sep 21, 2018
1 parent 927b75d commit 07bbddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/CMakeLists.txt
Expand Up @@ -287,6 +287,7 @@ set(LLVM_ALL_TARGETS
PowerPC
Sparc
SystemZ
WebAssembly
X86
XCore
)
Expand Down

0 comments on commit 07bbddb

Please sign in to comment.