]> granicus.if.org Git - clang/commit
CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 22 Jun 2016 00:57:26 +0000 (00:57 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 22 Jun 2016 00:57:26 +0000 (00:57 +0000)
commitc2027de0ffbac3a8340045b93b60f468341a04ba
tree17f613a1e15ecbd763fb4f37fdfa0d0e9dafbc88
parent687c3eae0c4224d8b35ff0de9443e820fd9b7d0e
CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.

This new test tests that functions are capable of being imported, rather than
that the import pass is run. This new test is compatible with the approach
being developed in D20268 which runs the importer on its own rather than in
a pass.

Differential Revision: http://reviews.llvm.org/D21542

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273347 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Inputs/thinlto_backend.ll [new file with mode: 0644]
test/CodeGen/thinlto_backend.c [deleted file]
test/CodeGen/thinlto_backend.ll [new file with mode: 0644]