[LLVMbugs] [Bug 17120] New: De-duplicate ARM architecture discovery functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 6 08:52:06 PDT 2013


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: unassignedclangbugs at nondot.org
          Reporter: renato.golin at linaro.org
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130906/dbf243d7/attachment.html>


More information about the llvm-bugs mailing list