[LLVMbugs] [Bug 8957] New: Recognize ARM EABI triple

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 11 08:58:25 PST 2011


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

           Summary: Recognize ARM EABI triple
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rengolin at gmail.com
                CC: llvmbugs at cs.uiuc.edu


The EABI triples are not being recognized by Clang (but are by llc), so we need
to add it to lib/Driver/Tools.cpp:Clang::AddARMTargetArgs() and possibly update
llvm/ADT/Triple.h with an "EABI" Environment (or OS).

See bug 8911 for full discussion.

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