http://llvm.org/bugs/show_bug.cgi?id=19510
Bug ID: 19510
Summary: MCJIT should provide a mechanism for detecting the
target and cpu type based on the host.
Product: new-bugs
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
MCJIT currently defaults to the triple used to configure LLVM. See
LLVM_HOST_TRIPLE.
For the cpu type, MCJIT simply defaults to cpu="generic", which is not
necessarily valid for all targets.
We should provide an API to simple, portable JITs that don't want to know about
LLVM triples and CPU types. For these in-process, or at least same-system JITs,
we should be able to set a reasonable triple and cpu for the target based on
the host.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs