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

             Bug #: 14752
           Summary: llvm trunk does not compile against llvm trunk r171252
           Product: dragonegg
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


dragonegg fails to compile against current trunk llvm (r171252):

.../src/TypeConversion.cpp:788:37: error: no member named 'hasAttribute' in
'llvm::AttrBuilder'; did you mean 'hasAttributes'?
  if (static_chain && FnAttrBuilder.hasAttribute(Attribute::ReadNone)) {
                                    ^~~~~~~~~~~~
                                    hasAttributes
/opt/local/libexec/llvm-3.3/include/llvm/Attributes.h:183:8: note:
'hasAttributes' declared here
  bool hasAttributes() const;
       ^

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

Reply via email to