r293231 - Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."

2017-01-26 Thread Peter Collingbourne via cfe-commits
Author: pcc Date: Thu Jan 26 17:51:50 2017 New Revision: 293231 URL: http://llvm.org/viewvc/llvm-project?rev=293231&view=rev Log: Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass." The internal build issue has been resolved. Added: cfe/trunk/test/CodeGenCXX

r292662 - IRGen: Start using the WriteThinLTOBitcode pass.

2017-01-20 Thread Peter Collingbourne via cfe-commits
Author: pcc Date: Fri Jan 20 16:39:16 2017 New Revision: 292662 URL: http://llvm.org/viewvc/llvm-project?rev=292662&view=rev Log: IRGen: Start using the WriteThinLTOBitcode pass. This is the final change necessary to support CFI with ThinLTO. Differential Revision: https://reviews.llvm.org/D2884