search for: ba975e58

Displaying 2 results from an estimated 2 matches for "ba975e58".

2012 May 05
0
[LLVMdev] how compile subproject
...'t work for you we may need more details: your platform and the files you see but expect not to if only llc is built are the most obvious ones. Tim. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120504/ba975e58/attachment.html>
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =( Hmm. Something seems to have gone horribly wrong then. I've just reproduced Peter's suggestion on the autoconf build and it worked fine. Perhaps try a clean build out of tree: CMake: mkdir my_special_build_dir cd my_special_build_dir cmake $PATH_TO_LLVM_SOURCE make llc Autotools: mkdir my_special_build_dir cd my_special_build_dir $PATH_TO_LLVM_SOURCE/configure