[LLVMbugs] [Bug 20787] New: Common up architecture specific parsing and feature setting

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 28 03:36:54 PDT 2014


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

            Bug ID: 20787
           Summary: Common up architecture specific parsing and feature
                    setting
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Target Description Classes
          Assignee: unassignedbugs at nondot.org
          Reporter: renato.golin at linaro.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

As discussed in this thread:

http://thread.gmane.org/gmane.comp.compilers.clang.devel/38465

Parsing of architecture specific features (like fpu variants, cpu names, etc)
is multiplied across all tools, including Clang and LLVM.

It'd be good to have a common API, at least for the parsing, with some global
information about each target (like specific enums or bit-fields), or a
callback mechanism to set architecture flags, which is different on each tool
that would use such an API.

-- 
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/20140828/8308f17c/attachment.html>


More information about the llvm-bugs mailing list