summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/common-error3.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Common symbols weren't being checked for redeclaration which allowed an ↵Colin LeMahieu2015-06-061-0/+5
assembly file to generate an assertion in setCommon(): !isCommon(). This change allows redeclaration as long as the size and alignment match exactly, otherwise report a fatal error. llvm-svn: 239227
OpenPOWER on IntegriCloud