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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to