https://bugs.llvm.org/show_bug.cgi?id=34413
Bug ID: 34413
Summary: No error occurs when there is no symbol name parsed to
.local or .global directives
Product: libraries
Version: 4.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: LLVM assembly language parser
Assignee: unassignedb...@nondot.org
Reporter: george-cristinel.sevast...@nxp.com
CC: llvm-bugs@lists.llvm.org
Consider the following assembly lines:
.global
.local
gcc throws the following errors:
For .global:
Error: expected symbol name
For .local:
Error: Missing symbol name in directive
llvm ignores them and doesn't generate any symbols
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs