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

Reply via email to