[LLVMdev] range-analysis in Function Pass on Eclipse with CMake

dw dw.dev.mailing at gmail.com
Tue Sep 24 13:15:32 PDT 2013


24.09.2013 12:43, Óscar Fuentes writes:
> [snip]
> 
> IIRC ConstantRange is defined in libLLVMSupport. That library is at the
> core of the dependency graph. Do you provide a list of LLVM libraries at
> all for your RangeAnalysis library?

Thanks. Adding "target_link_libraries(RangeAnalysis LLVMSupport)" to the
corresponding CMakeLists.txt solves the issue.



More information about the llvm-dev mailing list