Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assembler should accept redefinitions of unused variable symbols. | Jim Grosbach | 2012-03-20 | 1 | -0/+1 |
| | | | | | | rdar://11027851 llvm-svn: 153137 | ||||
* | Small improvement to the recursion detection logic from the previous commit. | Rafael Espindola | 2012-01-28 | 1 | -0/+4 |
| | | | | llvm-svn: 149175 | ||||
* | Handle recursive variable definitions directly. This gives us better error | Rafael Espindola | 2012-01-28 | 1 | -1/+7 |
| | | | | | | messages and allows us to fix PR11865. llvm-svn: 149174 | ||||
* | Force triple in tests. | Daniel Dunbar | 2009-10-16 | 1 | -1/+1 |
| | | | | llvm-svn: 84257 | ||||
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 1 | -0/+17 |
variables and symbols invalid. llvm-svn: 84232 |