http://llvm.org/bugs/show_bug.cgi?id=15405
Bug ID: 15405
Summary: Debug information not being generated
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 10118
--> http://llvm.org/bugs/attachment.cgi?id=10118&action=edit
Test case exposing the bug.
I have compiled CLANG/LLVM SVN revision 176261.
On the attached test case, I do:
clang -g -gcolumn-info -emit-llvm -S -O0 -o test.ll test.c
Looking at the two calls to 'baz' in test.ll, the first call does not have
debug information attached:
call void @baz(i32 %land.ext)
while the second one does:
call void @baz(i32 %5), !dbg !15
I believe this is a bug; I was expecting debug information to be attached to
every call.
Is this indeed a bug, or do I need some extra flag to force this information to
be generated?
Thanks
Ally
--
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