Skip to content
Commit ae7ac010 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent abe6f35c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment