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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs