| commit | 87842f3b4e27345dad158b4820c86b00aa180e38 | [log] [tgz] |
|---|---|---|
| author | Keno Fischer <kfischer@college.harvard.edu> | Mon Nov 16 09:04:13 2015 +0000 |
| committer | Keno Fischer <kfischer@college.harvard.edu> | Mon Nov 16 09:04:13 2015 +0000 |
| tree | c0d9883d23eab2f574d6dd885f01055b43294086 | |
| parent | 83709b1c1e149cd322eb45ac5efc5c40324dd2d2 [diff] |
[CGDebugInfo] Set the size and align for reference types In r253186, I changed the DIBuilder API to now take size and align for reference types as well. This was done in preparation for upcoming changes to the Verifier that will validate that sizes match between DI types and IR values that are declared as having those types. This updates clang to actually pass the information through. llvm-svn: 253190