[llvm-bugs] [Bug 27086] New: Assertion failed: MaybeODRUseExprs.empty() && "Leftover expressions for odr-use checking"
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Mar 26 08:36:01 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27086
Bug ID: 27086
Summary: Assertion failed: MaybeODRUseExprs.empty() &&
"Leftover expressions for odr-use checking"
Product: clang
Version: 3.8
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: jvapen at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16100
--> https://llvm.org/bugs/attachment.cgi?id=16100&action=edit
Reproduction
I'm trying to compile a large project with clang-cl (instead of MSVC) and get
following assert/crash in the compiler:
Assertion failed: MaybeODRUseExprs.empty() && "Leftover expressions for odr-use
checking"
You can find the full reproduction in attachment.
--
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/20160326/43691d37/attachment.html>
More information about the llvm-bugs
mailing list