[llvm-bugs] [Bug 28543] New: CL : fatal error : error in backend: Broken function found, compilation aborted!
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 13 13:06:11 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28543
Bug ID: 28543
Summary: CL : fatal error : error in backend: Broken function
found, compilation aborted!
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Keywords: compile-fail
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: eriksohns at 123mail.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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 at VACE_MT_SYNCH@@VACE_System_Time_Policy@@@@QAE at 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
http://llvm.org/bugs/ 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.
--
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/20160713/b3f8ad01/attachment-0001.html>
More information about the llvm-bugs
mailing list