[PATCH] D12002: Initial WebAssembly support in clang
Dan Gohman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 13 16:56:00 PDT 2015
sunfish marked 2 inline comments as done.
================
Comment at: lib/Basic/Targets.cpp:6935
@@ +6934,3 @@
+
+public:
+ explicit WebAssemblyTargetInfo(const llvm::Triple &T) : TargetInfo(T) {
----------------
I've now removed this (for now; we can discuss what to do in a later patch).
Repository:
rL LLVM
http://reviews.llvm.org/D12002
More information about the cfe-commits
mailing list