[llvm-commits] [llvm] r127553 - /llvm/trunk/tools/lto/CMakeLists.txt

Francois Pichet pichet2000 at gmail.com
Sat Mar 12 19:32:39 PST 2011


On Sat, Mar 12, 2011 at 10:13 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Hello Jakob.
>
> Jakob Stoklund Olesen <stoklund at 2pi.dk> writes:
>
>>> Author: ofv
>>> Date: Sat Mar 12 16:01:36 2011
>>> New Revision: 127553
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=127553&view=rev
>>> Log:
>>> Build LTO as a static library too.
>>
>> Oscar, I think this is causing problems building on Windows:
> [snip]
>> I don't think lto.h is ready for windows yet.
>
> Ok. Removed it from the Windows build. Thanks for reporting.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

hi,

hi,

I really have the latest and the windows build is still broken on MSVC 2010 SP1:
c-index-test cannot find libclang functions.


3>------ Build started: Project: c-index-test, Configuration: Release
Win32 ------
3>c-index-test.obj : error LNK2019: unresolved external symbol
__imp__clang_defaultEditingTranslationUnitOptions referenced in
function _getDefaultParsingOptions
3>c-index-test.obj : error LNK2019: unresolved external symbol
__imp__clang_createTranslationUnit referenced in function
_CreateTranslationUnit
3>c-index-test.obj : error LNK2019: unresolved external symbol
__imp__clang_getFileName referenced in function _PrintCursor
3>c-index-test.obj : error LNK2019: unresolved external symbol
__imp__clang_getIncludedFile referenced in function _PrintCursor




More information about the llvm-commits mailing list