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

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Mar 12 18:36:50 PST 2011


On Mar 12, 2011, at 2:01 PM, Oscar Fuentes wrote:

> 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.
> 
> Modified:
>    llvm/trunk/tools/lto/CMakeLists.txt
> 
> Modified: llvm/trunk/tools/lto/CMakeLists.txt

Oscar, I think this is causing problems building on Windows:

Build started: Project: LTO, Configuration: Release|Win32
Compiling...
LTOCodeGenerator.cpp
LTOModule.cpp
lto.cpp
clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory

I don't think lto.h is ready for windows yet.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110312/e23e04ac/attachment.html>


More information about the llvm-commits mailing list