Displaying 2 results from an estimated 2 matches for "e265e5a2".
2006 Mar 23
0
[LLVMdev] Virtual "components" for llvm-config
...cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060322/e265e5a2/attachment.sig>
2006 Mar 22
2
[LLVMdev] Virtual "components" for llvm-config
To ease portability headaches, I'd like to support several virtual
"components" in llvm-config. Possibilities include:
all: Include all LLVM libraries.
backend: Include either a working native backend or cbackend.
engine: Include a working subclass of ExecutionEngine, either the
JIT or interpreter.
You could, for example, get a typical set of JIT-related libs using: