<html>
<head>
<base href="https://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 --- - CL : fatal error : error in backend: Broken function found, compilation aborted!"
href="https://llvm.org/bugs/show_bug.cgi?id=28543">28543</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>CL : fatal error : error in backend: Broken function found, compilation aborted!
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</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>Keywords</th>
<td>compile-fail
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>LLVM Codegen
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>eriksohns@123mail.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>compiling a MSVC 2015u3 project using the 'LLVM-vs2014' platform toolset yields
the following reproducible error (build stops)
1> inlinable function call in a function with debug info must have a !dbg
location
1> %call = call x86_thiscallcc %class.ACE_Message_Queue*
@"\01??0?$ACE_Message_Queue@VACE_MT_SYNCH@@VACE_System_Time_Policy@@@@QAE@IIPAVACE_Notification_Strategy@@@Z"(%class.ACE_Message_Queue*
%this1, i32 16384, i32 16384, %class.ACE_Notification_Strategy* null)
1>CL : fatal error : error in backend: Broken function found, compilation
aborted!
1>clang-cl.exe : error : clang frontend command failed with exit code 70 (use
-v to see invocation)
1> clang version 3.9.0 (trunk)
1> Target: i686-pc-windows-msvc
1> Thread model: posix
1> InstalledDir: C:\Program Files (x86)\LLVM\msbuild-bin
1> clang-cl.exe: note: diagnostic msg: PLEASE submit a bug report to
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> and include the crash backtrace, preprocessed source, and
associated run script.
1> clang-cl.exe: note: diagnostic msg: Error generating preprocessed
source(s).
Please let me know if you need more Information.</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>