[PATCH] D47620: Remove llvm::Triple argument from get***Personality() functions

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


aheejin created this revision.
aheejin added a reviewer: sbc100.
Herald added a subscriber: cfe-commits.

Because `llvm::Triple` can be derived from `TargetInfo`, it is simpler
to take only `TargetInfo` argument.


Repository:
  rC Clang

https://reviews.llvm.org/D47620

Files:
  lib/CodeGen/CGException.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47620.149406.patch
Type: text/x-patch
Size: 4195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180601/86a5c41f/attachment.bin>


More information about the cfe-commits mailing list