summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/array-odr-violation.ll
Commit message (Collapse)AuthorAgeFilesLines
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵Peter Collingbourne2017-06-121-5/+1
| | | | | | | | | | named metadata. The new metadata is easier to manipulate than module flags. Differential Revision: https://reviews.llvm.org/D31349 llvm-svn: 305227
* [codeview] Don't assert when the user violates the ODRReid Kleckner2017-03-241-0/+100
If we have an array of a user-defined aggregates for which there was an ODR violation, then the array size will not necessarily match the number of elements times the size of the element. Fixes PR32383 llvm-svn: 298750
OpenPOWER on IntegriCloud