[PATCH] D52850: [WebAssembly] Add WebAssembly to LLVM_ALL_TARGETS
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 3 16:03:42 PDT 2018
dschuff created this revision.
dschuff added a reviewer: sunfish.
Herald added subscribers: aheejin, jgravelle-google, sbc100, mgorny.
After fixing memory leaks in https://reviews.llvm.org/rL343362 and https://reviews.llvm.org/rL343733 the sanitizer builds are
clean and we should be good to build by default again.
Repository:
rL LLVM
https://reviews.llvm.org/D52850
Files:
CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -287,6 +287,7 @@
PowerPC
Sparc
SystemZ
+ WebAssembly
X86
XCore
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52850.168193.patch
Type: text/x-patch
Size: 215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181003/dcd73ffd/attachment.bin>
More information about the llvm-commits
mailing list