search for: sse3ml

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

2010 Jul 17
1
[LLVMdev] Minimal LLVM build?
Hi, I'd like to integrate LLVM with a project, and I wonder what is the absolute minimum amount of libraries I have to compile to get a working LLVM/JIT for use from C++. That is, I don't want to build any command line tools, no tests, no examples, just the libraries. I assume that the following folders can be removed safely from the 2.7 release: * unittests * tools * test * bindings *