http://llvm.org/bugs/show_bug.cgi?id=17120

            Bug ID: 17120
           Summary: De-duplicate ARM architecture discovery functions
           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

Functions like:
 * getLLVMArchSuffixForARM
 * getARMTargetCPU
 * GetArmArchForMArch

are duplicated among "ToolChain.cpp", "Toolchains.cpp" and "Tools.cpp" with
near-identical contents. The differences are much more likely lack of sync than
proper logic, so would be good to unify them all into a proper structure.

-- 
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