[LLVMbugs] [Bug 16224] New: Assertion `LIsBuiltins && RIsBuiltins && "Non-built-in locations must be rooted in the main file"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 4 09:07:15 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16224
Bug ID: 16224
Summary: Assertion `LIsBuiltins && RIsBuiltins && "Non-built-in
locations must be rooted in the main file"' failed.
Product: clang
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: ppadevski at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following error occurred while compiling via clang 3.2
clang++:
/local/taoz/toolchain/src/llvm-3.2/llvm/tools/clang/lib/Basic/SourceManager.cpp:1916:
bool clang::SourceManager::isBeforeInTranslationUnit(clang::SourceLocation,
clang::SourceLocation) const: Assertion `LIsBuiltins && RIsBuiltins &&
"Non-built-in locations must be rooted in the main file"' failed.
0 clang++ 0x0a7eeae8
Stack dump:
0. Program arguments: XXX
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module 'YYY.cpp'.
As the source file is really really huge can someone please explain what that
assertion means so that I can try to narrow the issue down.
Regards,
Petko.
--
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/20130604/5a156746/attachment.html>
More information about the llvm-bugs
mailing list