[llvm-commits] [llvm] r147431 - in /llvm/trunk/unittests: Bitcode/ Bitcode/BitReaderTest.cpp Bitcode/Makefile CMakeLists.txt Makefile VMCore/Makefile VMCore/pr11677.cpp

Chandler Carruth chandlerc at gmail.com
Tue Jan 3 14:34:09 PST 2012


On Tue, Jan 3, 2012 at 1:58 PM, Chris Lattner <clattner at apple.com> wrote:

> Why not write this as an LTO test in llvm/test/Linker then?
>
...

> Why not just use the proper infrastructure we already have for this,
> instead of pushing unit tests?
>

Ah, for this you would have to ask Rafael. I assumed (perhaps erroneously)
that the existing infrastructure couldn't test this particular behavior,
and that a unit test (and its accompanying infrastructure) was being added
specifically to enable testing bugs of that nature.

If the existing LTO tests can exercise the code, awesome.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120103/58c8f778/attachment.html>


More information about the llvm-commits mailing list