[PATCH] D43211: promote WebAssembly from experimental to normal target

Andrew Kelley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 14:37:04 PST 2018


andrewrk created this revision.
andrewrk added a reviewer: hans.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, sbc100, mgorny, dschuff, jfb.

what do we think? is it time?


Repository:
  rL LLVM

https://reviews.llvm.org/D43211

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -326,6 +326,7 @@
   SystemZ
   X86
   XCore
+  WebAssembly
   )
 
 # List of targets with JIT support:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43211.133938.patch
Type: text/x-patch
Size: 249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180212/d51a4473/attachment.bin>


More information about the llvm-commits mailing list