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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to