[LLVMbugs] [Bug 17119] New: Merge ARM and Thumb into ARM
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 6 08:49:35 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17119
Bug ID: 17119
Summary: Merge ARM and Thumb into ARM
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The driver differentiate between Thumb and ARM in the triple and when
recognizing CPUs and target features, which encourages code duplication and
lack of internal consistency.
Either merge the two into an "arm*" triple, or allow "thumb*" triple but with
the same parsing meaning as ARM.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130906/95e38641/attachment.html>
More information about the llvm-bugs
mailing list