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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to