[cfe-dev] Create a clang/test/DebugInfo directory?

Eric Christopher echristo at apple.com
Mon Jun 25 14:28:14 PDT 2012


On Jun 5, 2012, at 5:09 PM, "Robinson, Paul" <Paul.Robinson at am.sony.com> wrote:

> I've noticed that debug info tests for LLVM tend to land in llvm/test/DebugInfo, while tests on the Clang side typically end up in one of the clang/test/CodeGen* directories.  I suggest that Clang's debug info tests go into their own clang/test/DebugInfo directory.
> I do see that LLVM has a lib/DebugInfo and Clang does not, and the test directories are sort-of parallel to the lib directories.  But still, debug info isn't _really_ CodeGen, and if you want to focus on debug info, it would be easier to see what's already there if they were all in one place instead of scattered across various test/CodeGen* directories.

I'd just kept the existing ones as a way of segregating the debug info by language, but I'm not wedded to it. If another organization makes more sense to people we can go ahead and move some files around :)

What'd you want to do about language stuff? or just let the file suffix be the description?

-eric



More information about the cfe-dev mailing list