https://bugs.llvm.org/show_bug.cgi?id=45257
Bug ID: 45257
Summary: clang's integrated assembler doesn't support case
insensitive macro expansion
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: LLVM assembly language parser
Assignee: unassignedb...@nondot.org
Reporter: ndesaulni...@google.com
CC: caij2...@gmail.com, lloz...@chromium.org,
llvm-bugs@lists.llvm.org, srhi...@google.com
Blocks: 4068
via: https://github.com/ClangBuiltLinux/linux/issues/924
it seems that GNU as allows you to specify a .macro, then expand it with a case
insensitive identifier. This is an easy compatibility to work around, just
match the precise case, but noting this incompatibility, which is also probably
easy to fix in Clang.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=4068
[Bug 4068] [Meta] Compiling the Linux kernel with clang
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs