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

            Bug ID: 16366
           Summary: MC/MCParser/COFFAsmParser cannot parse .section
                    directive (but CodeGen generates it)
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

As shown in the test/MC/COFF/linker-options.ll test, the backend happily
generates .section directives for i386-pc-win32 targets, but the COFFAsmParser
won't parse them back:

Win32> cat t.s
.section .drectve,"r"
.ascii " /foobar
Win32> clang -o t.o t.s
t.s:1:1: error: unknown directive
.section .drectve,"r"
^

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