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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to