[LLVMbugs] [Bug 19443] New: .file directives in debug sections that the gnu assembler doesn't like
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 16 03:56:57 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19443
Bug ID: 19443
Summary: .file directives in debug sections that the gnu
assembler doesn't like
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: mpj at rowley.co.uk
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The trunk clang produces .file directives in assembly code output that the gnu
assembler doesn't like.
.Ldebug_range:
.file 1 "C:/Users/mpj/Documents/CrossWorks Projects" "m.c"
Earlier in the output file a correct
.file "C:/Users/mpj/Documents/CrossWorks Projects/m.c"
is produced so I guess it's something todo with having debug turned on.
Regards
Michael
--
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/20140416/3575332c/attachment.html>
More information about the llvm-bugs
mailing list