Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵ | Peter Collingbourne | 2017-06-12 | 1 | -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 ODR | Reid Kleckner | 2017-03-24 | 1 | -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 |