[LLVMbugs] [Bug 3695] llc ignores target triple subtarget
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Mar 2 09:29:38 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3695
Dan Gohman <gohman at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohman at apple.com
Status|VERIFIED |REOPENED
OS/Version|Linux |All
Platform|PC |All
Resolution|INVALID |
Summary|llvm-gcc -S different from |llc ignores target triple
|llvm-gcc -emit-llvm | llc |subtarget
--- Comment #3 from Dan Gohman <gohman at apple.com> 2009-03-02 11:29:29 ---
Nick's observation about the target-triple seems valid.
Normally, target triple information in a module should
override auto-detected information. It seems that llc
is ignoring the hardware subtarget aspect of the target
triple.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list