[LLVMbugs] [Bug 15189] New: llvm-tblgen has duplicate dependency on one file, while it is included only once

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 6 14:45:58 PST 2013


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

            Bug ID: 15189
           Summary: llvm-tblgen has duplicate dependency on one file,
                    while it is included only once
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: maemarcus at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 9975
  --> http://llvm.org/bugs/attachment.cgi?id=9975&action=edit
files for llvm-tblgen to test with

Please take your favourite version of llvm-tblgen and use it in the root
directory of the attached archive:

$ ./llvm-tblgen -gen-tgt-intrinsic NVPTX2.td
Included from NVPTX2.td:20:
NVPTXIntrinsics.td:10:1: error: def 'immFloat0' already defined
def immFloat0 : PatLeaf<(fpimm), [{
^

There should not me an error message about already defined symbol, because the
definition comes from the file "NVPTXIntrinsics.td", which is included only
once.

-- 
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/20130206/becd4d6f/attachment.html>


More information about the llvm-bugs mailing list