[llvm-bugs] [Bug 39527] New: Assembly directives handling needs to be case ignorant

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 1 19:50:04 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=39527

            Bug ID: 39527
           Summary: Assembly directives handling needs to be case ignorant
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jsshin at sor.snu.ac.kr
                CC: llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk

Compiling newlib for arm fails due to the .GLOBAL directive in
libgloss/arm/linux-syscalls0.S. GCC compiles it fine. I've told the newlib guys
but they say GNU assembly syntax does not require the directives to be case
sensitive (so even gLoBal should work..) Need to confirm that.

--- test.S ---
.GLOBAL alarm
--------------

Clang complains on the above code.

-- 
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/20181102/bb3a3752/attachment.html>


More information about the llvm-bugs mailing list