[PATCH] D50423: [WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplemented

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 10:32:52 PDT 2018


dschuff added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:45
 
+extern cl::opt<bool> EnableUnimplementedWasmInstrs;
+
----------------
Could putting this declaration in WebAssemblyTargetMachine.h avoid all these extern declarations?


Repository:
  rL LLVM

https://reviews.llvm.org/D50423





More information about the llvm-commits mailing list