summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfo_arm64
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking ↵Jeremy Koritzinsky1-1/+1
csc.exe ourselves. (#24342) * Use CMake's C# support to build DacTableGen instead of manually invoking csc.exe ourselves. * Fix x86 failures. * Disable DAC generation when building with NMake Makefiles and issue an error since the CMake C# support is VS-only. We don't actually support building with NMake (only configure) so this is ok. * Clean up rest of the macro=1's PR Feedback. * Fix Visual Studio generator matching. * Explicitly specify anycpu32bitpreferred for DacTableGen so the ARM64 build doesn't accidentally make it 64-bit * Fix bad merge
2017-04-25Fix GCInfo library used by ARM/ARM64 protononjit buildsBruce Forstall1-0/+7
Otherwise, using the normal GCInfo library, the altjits will assert creating GC info. Create new "cross-target" builds of the GCInfo library.