[PATCH] D21542: CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 15:41:29 PDT 2016


pcc added a comment.

This is testing a clang feature that reads IR and runs the ThinLTO backend. This feature is part of ThinLTO's distributed build support (search for "Distributed Build Support" in http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html).

In a future change I want to replace the clang-side code here with a client of a new LTO interface that takes IR and produces object files (see http://reviews.llvm.org/D21545). So I think testing the object file is the right approach here.


Repository:
  rL LLVM

http://reviews.llvm.org/D21542





More information about the cfe-commits mailing list