[LLVMbugs] [Bug 17204] New: build failure tools/lto/LTOModule.cpp

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 12 05:23:51 PDT 2013


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

            Bug ID: 17204
           Summary: build failure tools/lto/LTOModule.cpp
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: lto
          Assignee: unassignedbugs at nondot.org
          Reporter: octoploid at yandex.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

/home/markus/llvm/tools/lto/LTOModule.cpp: In member function ‘bool
LTOModule::addAsmGlobalSymbols(std::string&)’:
/home/markus/llvm/tools/lto/LTOModule.cpp:820:75: error: no matching function
for call to ‘llvm::Target::createMCAsmParser(llvm::MCSubtargetInfo&,
llvm::MCAsmParser&) const’
   OwningPtr<MCTargetAsmParser> TAP(T.createMCAsmParser(*STI, *Parser.get()));
                                                                           ^
/home/markus/llvm/tools/lto/LTOModule.cpp:820:75: note: candidate is:
In file included from /home/markus/llvm/tools/lto/LTOModule.cpp:36:0:
/home/markus/llvm/include/llvm/Support/TargetRegistry.h:389:24: note:
llvm::MCTargetAsmParser*
llvm::Target::createMCAsmParser(llvm::MCSubtargetInfo&, llvm::MCAsmParser&,
const llvm::MCInstrInfo&) const
     MCTargetAsmParser *createMCAsmParser(MCSubtargetInfo &STI,
                        ^
/home/markus/llvm/include/llvm/Support/TargetRegistry.h:389:24: note:  
candidate expects 3 arguments, 2 provided
ninja: build stopped: subcommand failed.

-- 
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/20130912/0df0ef6f/attachment.html>


More information about the llvm-bugs mailing list