[LLVMdev] Building LLVM+clang on Windows
Paul J. Lucas
paul at lucasmail.org
Mon Apr 9 18:16:03 PDT 2012
I'm following the instructions here:
http://clasg.llvm.org/get_started.html
and, while running cmake, I get:
> CMake Error at cmake/modules/LLVM-Config.cmake:141 (message):
> Library `vectorize' not found in list of llvm libraries.
> Call Stack (most recent call first):
> cmake/modules/LLVM-Config.cmake:54 (explicit_map_components_to_libraries)
> cmake/modules/LLVM-Config.cmake:47 (explicit_llvm_config)
> tools/clang/CMakeLists.txt:192 (llvm_config)
> tools/clang/lib/CodeGen/CMakeLists.txt:13 (add_clang_library)
I tried Googl'ing for the error, but nothing. A little help?
Note that I did successfully build LLVM without clang initially, but now I want to build it with clang.
- Paul
More information about the llvm-dev
mailing list