[cfe-dev] c-index-test?

Douglas Gregor dgregor at apple.com
Thu Oct 15 16:01:06 PDT 2009


On Oct 15, 2009, at 3:40 PM, John Thompson wrote:

> The Index/c-index-api-test.m test is referencing a c-index-test  
> program, but the project directory I find for it at clang/tools/c- 
> index-test has a CMakeLists.txt file that has the MSVC build disabled.
>
> Is this a work in progress?
> What should I do?  Just ignore this test for now, or do you need  
> some help with it?

We could use some help with it. If you enable c-index-test, you'll run  
into the problem described here:

	http://llvm.org/bugs/show_bug.cgi?id=5051

where we are missing dllimport/dllexport markers on the functions in  
libCIndex. There's even a patch there (probably a little bit stale)  
that I can't evaluate because I don't have a Windows machine handy.

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091015/3c7a1467/attachment.html>


More information about the cfe-dev mailing list