Re: [PATCH] D21054: CodeGen: Update Clang to use the new type metadata.

2016-06-24 Thread Peter Collingbourne via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273730: CodeGen: Update Clang to use the new type metadata. (authored by pcc). Changed prior to commit: http://reviews.llvm.org/D21054?vs=59821=61842#toc Repository: rL LLVM

Re: [PATCH] D21054: CodeGen: Update Clang to use the new type metadata.

2016-06-09 Thread Evgeniy Stepanov via cfe-commits
eugenis accepted this revision. eugenis added a reviewer: eugenis. eugenis added a comment. This revision is now accepted and ready to land. LGTM http://reviews.llvm.org/D21054 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D21054: CodeGen: Update Clang to use the new type metadata.

2016-06-06 Thread Peter Collingbourne via cfe-commits
pcc created this revision. pcc added reviewers: mehdi_amini, kcc. pcc added a subscriber: cfe-commits. pcc added a dependency: D21053: IR: New representation for CFI and virtual call optimization pass metadata.. Herald added a subscriber: mehdi_amini. Depends on D21053