[cfe-commits] r146476 - /cfe/trunk/test/CodeGenCXX/field-access-debug-info.cpp

Eric Christopher echristo at apple.com
Tue Dec 13 10:45:30 PST 2011


On Dec 12, 2011, at 9:33 PM, Chandler Carruth wrote:

> On Mon, Dec 12, 2011 at 9:09 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Author: nicholas
> Date: Mon Dec 12 23:09:22 2011
> New Revision: 146476
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=146476&view=rev
> Log:
> Testcase for LLVM commit r146475.
> 
> Why are the debug info tests in Clang? It seems like this should be an LLVM test based on the debug info metadata in IR....
>  

Very much so. Only debug info tests that generate metadata (or if the metadata is too hard to regexp, asm) should be in clang and only to test the front end generation of debug info.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111213/41964ae4/attachment.html>


More information about the cfe-commits mailing list