[LLVMbugs] [Bug 22929] New: Assertion with -gline-tables-only `Node->isResolved() && "Unexpected unresolved node"'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 16 15:44:31 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22929
Bug ID: 22929
Summary: Assertion with -gline-tables-only `Node->isResolved()
&& "Unexpected unresolved node"'
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rtrieu at google.com
CC: dexonsmith at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang: ../lib/Transforms/Utils/ValueMapper.cpp:295: llvm::Metadata
*MapMetadataImpl(const llvm::Metadata *, SmallVectorImpl<llvm::MDNode *> &,
ValueToValueMapTy &, llvm::RemapFlags, llvm::ValueMapTypeRemapper *,
llvm::ValueMaterializer *): Assertion `Node->isResolved() && "Unexpected
unresolved node"' failed.
Commandline:
clang -cc1 -emit-obj -gline-tables-only eval.cpp
Repro:
class Base {
virtual void VariadicFunction(...);
};
class Derived : public virtual Base {
virtual void VariadicFunction(...);
};
void Derived::VariadicFunction(...) { }
--
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/20150316/244206e9/attachment.html>
More information about the llvm-bugs
mailing list