summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2018-10-03 23:56:52 +0000
committerDerek Schuff <dschuff@google.com>2018-10-03 23:56:52 +0000
commit7da6733997744f948957fc0bf425c7a60a03a51d (patch)
treeaae711b363658707fb9b9255fe90caa7c8ba1ae8
parent24e2a91ced5595540f032c134ac3228b4161f127 (diff)
[WebAssembly] Add WebAssembly to LLVM_ALL_TARGETS
Summary: After fixing memory leaks in rL343362 and rL343733 the sanitizer builds are clean and we should be good to build by default again. Differential Revision: https://reviews.llvm.org/D52850
-rw-r--r--llvm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 22e22c8aa7e..3e7a9dd8988 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -287,6 +287,7 @@ set(LLVM_ALL_TARGETS
PowerPC
Sparc
SystemZ
+ WebAssembly
X86
XCore
)