Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Common symbols weren't being checked for redeclaration which allowed an ↵ | Colin LeMahieu | 2015-06-06 | 1 | -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 |