Displaying 2 results from an estimated 2 matches for "linkage_lan".
2009 Oct 09
0
[LLVMdev] Hi, everyone, fail on building c-index-test
...ithin
>> the LLVM tree must be linked as C++.
>> That's right, so I create an new patch to resolve this problem(Now,
>> it's only when the app link with the llvm library then it's will set
>> the linkage target as CXX, or it's apply the default cmake
>> LINKAGE_LAN), also it's resolved another problem appeared on CIndex/
>> Mingw
>
> What other problem?
>
> - Doug
--
从我的移动设备发送
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
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