This revision was automatically updated to reflect the committed changes.
Closed by commit rC333938: Remove llvm::Triple argument from
get***Personality() functions. NFC. (authored by aheejin, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47620?vs=149406&id=149814#toc
Repo
aheejin added a comment.
@sbc100 ping :)
Repository:
rC Clang
https://reviews.llvm.org/D47620
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
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/CGExce