[LLVMbugs] [Bug 14752] New: llvm trunk does not compile against llvm trunk r171252

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 30 13:23:48 PST 2012


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: baldrick at free.fr
        ReportedBy: jeremyhu at apple.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list