Displaying 1 result from an estimated 1 matches for "llvmother".
2008 Jun 28
0
[LLVMdev] difficulties compiling LLVM with CMake
...;t work as supposed to.
A little background. I have split the files from "lib/" into four libraries:
1) llvmsystem: contains the files from "System/"
2) llvmsupport: contains the files from "Support/"
3) llvmcore: contains the files from "VMCore/"
4) llvmother: contains everything else, except "ExecutionEngine" as
I don't need that (and some newer targets I don't compile yet)
I also compile some of the tools, like "llc".
If I compile the libraries as static ones, then llc doesn't work
because it cannot find any registere...