Displaying 6 results from an estimated 6 matches for "libcindex".
Did you mean:
ldb_index
2009 Dec 21
0
[LLVMdev] Kaleidescope lesson #3
...0x0000002a95fe6a55 in __static_initialization_and_destruction_0
(__initialize_p=1, __priority=65535) at Dominators.cpp:55
#8 0x0000002a95fe6abf in global constructors keyed to VerifyDomInfo ()
at Dominators.cpp:345
#9 0x0000002a9604c332 in __do_global_ctors_aux () from
/work/sbrandt/clang/lib/libCIndex.so
#10 0x0000002a95b2875b in _init () from
/work/sbrandt/clang/lib/libCIndex.so
#11 0x0000002a97e48000 in ?? ()
#12 0x00000036b4e0b04f in _dl_init_internal () from
/lib64/ld-linux-x86-64.so.2
#13 0x00000036b4e00abb in _dl_start_user () from
/lib64/ld-linux-x86-64.so.2
#14 0x0000000000000001 in ?...
2009 Oct 07
0
[LLVMdev] patch for CIndex linakge error on Mingw, set the proper LINKER_LANGUAGE for CIndex and c-index-test
\tools\clang\tools\CIndex && D:\Tools\Building\cmake\bin\cmake.exe -E
cmake_link_script CMakeFiles\CIndex.dir\link.txt --verbose=1
D:\Tools\Building\gcc\bin\g++.exe -shared -o
..\..\..\..\bin\libCIndex.dll
-Wl,--out-implib,..\..\..\..\lib\libCIndex.dll.a
-Wl,--major-image-version,0,--minor-image-version,0
CMakeFiles\CIndex.dir\CIndex.cpp.obj ..\..\..\..\lib\libLLVMMC.a
..\..\..\..\lib\libLLVMSupport.a ..\..\..\..\lib\libLLVMSystem.a
..\..\..\..\lib\libclangFrontend.a ..\..\..\..\lib\libclangIndex...
2009 Oct 05
2
[LLVMdev] Hi, everyone, fail on building c-index-test
...ut cpp(cxx,c++) files).
>>
>> So cmake recognize it as pure C project,
>> and so it's link options that resident in link.txt is
>> /usr/bin/gcc CMakeFiles/c-index-test.dir/c-index-test.c.o -
>> o ../../../../bin/c-index-test -rdynamic ../../../../lib/
>> libCIndex.so ../../../../lib/libclangIndex.a ../../../../lib/
>> libclangFrontend.a ../../../../lib/libclangSema.a ../../../../lib/
>> libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/
>> libclangBasic.a ../../../../lib/libLLVMBitReader.a ../../../../lib/
>> libLLVMMC.a ../...
2009 Oct 09
0
[LLVMdev] Hi, everyone, fail on building c-index-test
Mmm, do you see that patch? Because the order of those linked library
is incorrect. Mingw can't generate libCindex.dll.
So I midified the likage order.
Also, for the reason of removing duplicated code, I removed some
unnecessay cmake code. And add an new cmake function
2009/10/7, Douglas Gregor <dgregor at apple.com>:
>
> On Oct 7, 2009, at 8:36 AM, 罗勇刚(Yonggang Luo) wrote:
>
>> That doe...
2009 Oct 05
0
[LLVMdev] Hi, everyone, fail on building c-index-test
...>>>
>>> So cmake recognize it as pure C project,
>>> and so it's link options that resident in link.txt is
>>> /usr/bin/gcc CMakeFiles/c-index-test.dir/c-index-test.c.o -
>>> o ../../../../bin/c-index-test -rdynamic ../../../../lib/
>>> libCIndex.so ../../../../lib/libclangIndex.a ../../../../lib/
>>> libclangFrontend.a ../../../../lib/libclangSema.a ../../../../lib/
>>> libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/
>>> libclangBasic.a ../../../../lib/libLLVMBitReader.a ../../../../lib/
>>>...
2009 Oct 07
2
[LLVMdev] Hi, everyone, fail on building c-index-test
>
> I've committed my suggested fix. There's no point in setting the
> LINKER_LANGUAGE property of every LLVM library, because CMake figures out
> the right language based on the file extensions of the source files.
Yes, CMake figures out the *right language* based on the file extensions of
the source files.
But, llvm is based on *C++*
for example, if you create a application