[llvm-bugs] [Bug 30509] New: [REGRESSION] Compiler aborts in LTO
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Sep 23 21:18:22 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30509
Bug ID: 30509
Summary: [REGRESSION] Compiler aborts in LTO
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: elena.demikhovsky at intel.com
Reporter: santosh.zanjurne at amd.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Compiler aborts while building one of our internal benchmarks with following
build error:
trunk/llvm/lib/LTO/LTO.cpp:335: llvm::Error
llvm::lto::LTO::addRegularLTO(std::unique_ptr<llvm::lto::InputFile>,
llvm::ArrayRef<llvm::lto::SymbolResolution>): Assertion `ResI != Res.end()'
failed.
clang-4.0: error: unable to execute command: Aborted (core dumped)
I shall try to come up with a test case.
The regression is introduced in r281853.
--
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/20160924/d27fea49/attachment.html>
More information about the llvm-bugs
mailing list