<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - build failure tools/lto/LTOModule.cpp"
href="http://llvm.org/bugs/show_bug.cgi?id=17204">17204</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>build failure tools/lto/LTOModule.cpp
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>lto
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>octoploid@yandex.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>/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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>