[cfe-dev] c-index-test?

John Thompson john.thompson.jtsoftware at gmail.com
Fri Oct 16 10:39:07 PDT 2009


 Question:  Why does this library need to be a shared library?  It seems all
the other libraries are not.

The missing basename symbol is a problem.  I took a guess that it returns a
pointer to the base part of a file path (i.e. given "/path/basename.ext", it
will return a pointer to the "basename.ext" part), but the test still
fails.  I'll look into it more later today.

What is this app for?

-John
  On Thu, Oct 15, 2009 at 4:01 PM, Douglas Gregor <dgregor at apple.com> wrote:

>
>  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
>



 --
John Thompson
John.Thompson.JTSoftware at gmail.com




-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091016/b969ced3/attachment.html>


More information about the cfe-dev mailing list