[PATCH] D56553: [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 13:12:18 PST 2019


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/llvm/ADT/Triple.h:191
+    COWS,       // Capability-Oriented WebAssembly Syscalls
+    LastOSType = COWS
   };
----------------
The fact that COWS comes right after Hurd makes me way happier than it should.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56553/new/

https://reviews.llvm.org/D56553





More information about the llvm-commits mailing list