summaryrefslogtreecommitdiff
path: root/src/md/datasource/targettypes.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Fix mscordbi metadata reader alignment bug on Linux. (#19070)Mike McLaughlin1-0/+3
Works fine on Windows minidumps, but on Linux (via OpenVirtualProcess for production breakpoints and future core dumps) the compiler's struct alignment rules are different. On Windows, classes/structs are aligned based on the largest field. On Linux, they are 4 byte aligned regardless of the field sizes. https://github.com/dotnet/coreclr/issues/17692
2016-01-27Update license headersdotnet-bot1-4/+3
2015-02-05Fix build on Linux by resolving case sensitivity issues in md/datasourceEugene Zemtsov1-1/+1
[tfs-changeset: 1411310]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+536
[tfs-changeset: 1407945]