[PATCH] D47614: [WebAssembly] Hide new Wasm EH behind its feature flag
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 31 19:40:24 PDT 2018
sbc100 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)
----------------
If the triple can be derived from target why not just pass that target?
Repository:
rC Clang
https://reviews.llvm.org/D47614
More information about the cfe-commits
mailing list