summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/variables-invalid.s
Commit message (Collapse)AuthorAgeFilesLines
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-201-0/+1
| | | | | | rdar://11027851 llvm-svn: 153137
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-281-0/+4
| | | | llvm-svn: 149175
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-281-1/+7
| | | | | | messages and allows us to fix PR11865. llvm-svn: 149174
* Force triple in tests.Daniel Dunbar2009-10-161-1/+1
| | | | llvm-svn: 84257
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-0/+17
variables and symbols invalid. llvm-svn: 84232
OpenPOWER on IntegriCloud