llvm-mc: Diagnose misuse (mix) of defined symbols and labels.
- For example, we diagnose errors on: -- a: a = 10 -- - For now we reject code like: -- .long a a = 10 -- which "as" accepts (on Darwin). llvm-svn: 74476
Loading
Please register or sign in to comment