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

Reply via email to