<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - HowToUseLLJIT example doesn't find targets for this triple."
href="https://bugs.llvm.org/show_bug.cgi?id=51417">51417</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>HowToUseLLJIT example doesn't find targets for this triple.
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</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>OrcJIT
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bisslit.12.2@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>1101.debian@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Trying to run the "HowToUseLLJIT" project results in the message: "Unable to
find target for this triple (no targets are registered)".
I have been trying to find information on this but I have been unable to find a
fix or the reason this happens.
Moreover, If i add "InitializeAllTargetInfos();" it results in: "No available
targets are compatible with triple 'x86_64-pc-windows-msvc'".
I'm using Visual Studio 2019 to compile my project.</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>