[cfe-commits] r88856 - /cfe/trunk/test/CodeGenCXX/rtti.cpp

Mike Stump mrs at apple.com
Mon Nov 16 11:38:38 PST 2009


On Nov 16, 2009, at 11:22 AM, Mike Stump wrote:
> The problem is that I need to include the typeinfo header.  One way to
> do this, would be to just dummy one up for testing, and include it.
> I'll propose changing clang's lit.cfg file to include .ii files, and
> then I can defeat the typeinfo header check by using a .ii file to
> test with.  Sound good?

Ah, don't need to do that, I just dummied up a header and used -I%S  
for it to be found and will try it that way.  I think that should work  
ok.  Where are the %S things documented?  I didn't see them in the lit  
manual, nor did I find them on a quick look through lit.



More information about the cfe-commits mailing list