search for: llvm_add_

Displaying 1 result from an estimated 1 matches for "llvm_add_".

2016 Jan 19
5
Building SVN head with CMake - shared libraries?
...ger concern is that that API is the documented way to use LLVM in an application with CMake so there could be many such clients. > * The way that LLVM components are linked against seems really messy > to me. We have this ``llvm_config()`` macro for linking against > components but also ``llvm_add_library()`` does this too. We don't > need two ways of doing the same thing. I think there should be one > clean way of doing this. > > * If the static libraries are not installed then external projects > that use LLVM via [1] won't build because > ``llvm_map_components_to...