[cfe-dev] Building for Windows

Michael Spencer bigcheesegs at gmail.com
Tue Jun 15 01:37:53 PDT 2010


On Tue, Jun 15, 2010 at 3:42 AM, Hironobu Takei <hironobu_takei at zipc.com> wrote:
> Hi!
>
> I'm trying to build Clang for Windows.
> Once I succeeded but it fails.
>
> cmake said:
>
> CMake Error at cmake/modules/LLVMProcessSources.cmake:50 (message):
>  Found unknown source file
>
> C:/Home/takei/Job/TMC-ATG/atgtool/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
>
>
>  Please update
>  C:/Home/takei/Job/TMC-ATG/atgtool/llvm/lib/CodeGen/CMakeLists.txt
>
> Call Stack (most recent call first):
>  cmake/modules/LLVMProcessSources.cmake:25 (llvm_check_source_file_list)
>  cmake/modules/AddLLVM.cmake:5 (llvm_process_sources)
>  lib/CodeGen/CMakeLists.txt:1 (add_llvm_library)
>
>
> Is PostRAHazardRecognizer.cpp simply added to the CMakeLists.txt?
>
>
> Thanks!

This was fixed in r105987.

- Michael Spencer




More information about the cfe-dev mailing list