[PATCH] D33811: Revert r304117 - WebAssembly object format isn't ready to be the default

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 18:26:41 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304512: Revert r304117 - WebAssembly object format isn't ready to be the default (authored by jgravelle).

Changed prior to commit:
  https://reviews.llvm.org/D33811?vs=101139&id=101159#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33811

Files:
  llvm/trunk/lib/Support/Triple.cpp


Index: llvm/trunk/lib/Support/Triple.cpp
===================================================================
--- llvm/trunk/lib/Support/Triple.cpp
+++ llvm/trunk/lib/Support/Triple.cpp
@@ -649,12 +649,10 @@
   case Triple::tce:
   case Triple::tcele:
   case Triple::thumbeb:
-  case Triple::xcore:
-    return Triple::ELF;
-
   case Triple::wasm32:
   case Triple::wasm64:
-    return Triple::Wasm;
+  case Triple::xcore:
+    return Triple::ELF;
 
   case Triple::ppc:
   case Triple::ppc64:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33811.101159.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/7b40e611/attachment.bin>


More information about the llvm-commits mailing list