http://llvm.org/bugs/show_bug.cgi?id=16011

            Bug ID: 16011
           Summary: llc 3.3rc1 fails to compile attached ll file
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10512
  --> http://llvm.org/bugs/attachment.cgi?id=10512&action=edit
ll file to reproduce problem

When I run llc 3.3rc1 on ARM on attached file it fails when processing debug
info as follows:

llc: /home/deldon/Work/llvm/3.3rc1/sources/lib/CodeGen/LexicalScopes.cpp:191:
llvm::LexicalScope* llvm::LexicalScopes::getOrCreateAbstractScope(const
llvm::MDNode*): Assertion `N && "Invalid Scope encoding!"' failed.
Stack dump:
0.    Program arguments: /home/deldon/Work/llvm/3.3rc1/bin.arm/bin/llc
./core_list_join.llvm -march=arm -mcpu=cortex-a9 -mattr=+neon,-vmlx-forwarding
-float-abi=soft -o ./core_list_join.s -debug 
1.    Running pass 'Function Pass Manager' on module './core_list_join.llvm'.
2.    Running pass 'Debug Variable Analysis' on function '@core_bench_list'

-- 
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