[PATCH] D47614: [WebAssembly] Hide new Wasm EH behind its feature flag

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 1 00:52:40 PDT 2018


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: lib/CodeGen/CGException.cpp:322
   const EHPersonality &CXX =
-      getCXXPersonality(getTarget().getTriple(), LangOpts);
+      getCXXPersonality(getTarget().getTriple(), LangOpts, getTarget());
   if (&ObjCXX == &CXX)
----------------
sbc100 wrote:
> If the triple can be derived from target why not just pass that target?
Done in D47620. Thanks!


Repository:
  rC Clang

https://reviews.llvm.org/D47614





More information about the cfe-commits mailing list