diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-29 23:43:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-29 23:43:14 +0000 |
commit | dce0f3c556474092f10b082adff0a2a58f428317 (patch) | |
tree | f154cc397370fd3b59e2dd20eacb0b3c8f866358 /lib/CompilerDriver/Main.cpp | |
parent | 9146d0e89c051ea7accf185d97317306c2532c27 (diff) |
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).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver/Main.cpp')
0 files changed, 0 insertions, 0 deletions