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

Óscar Fuentes ofv at wanadoo.es
Sat Mar 12 20:32:03 PST 2011


Francois Pichet <pichet2000 at gmail.com> writes:

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

That's unrelated to the changes on LLVM but anyways...

After trying the obvious fix for the breakage (it must build libclang as
a dll on Windows, not as a static library) and seeing how it failed it
was obvious to me that it is too late here and I opted for locally
reverting my commit that affected libclang (and, indirectly,
c-index-test) but then the MSVC build still failed on a way that makes
no sense, complaining about illegal `$' characters on driverspec.h which
is a file in the Windows SDK. Later, the VMware VM where Windows was
running hanged. After a reset, the build worked fine. Sigh.

I'll revert that commit.



More information about the llvm-commits mailing list