[PATCH] D43683: [WebAssembly] Add exception handling option and feature

Jacob Gravelle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 16:01:29 PST 2018


jgravelle-google accepted this revision.
jgravelle-google added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrInfo.td:45
+              AssemblerPredicate<"FeatureExceptionHandling",
+              "exception-handling">;
+
----------------
Nit: For consistency with the previous predicates, this should probably be aligned to the right of the `<`


Repository:
  rL LLVM

https://reviews.llvm.org/D43683





More information about the llvm-commits mailing list