summaryrefslogtreecommitdiff
path: root/configurecompiler.cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-11-12enable build-id on FreeBSD (#20945)Tomas Weinfurt1-0/+5
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+4
2018-09-10Build Hostx86/arm32 crossgen when CROSSCOMPILE is "1" and Hostx64/arm32 ↵Egor Chesakov1-1/+5
crossgen otherwise in configurecompiler.cmake
2018-09-10Allow Hostx64/arm32 combination in configurecompiler.cmakeEgor Chesakov1-1/+1
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-2/+4
Bring back functionality for loading IJW assemblies and calling managed->native. Also add workaround to test case for the C++ compiler inserting calls to mscoree.
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson1-0/+554
* Respect Windows script argument to skip package building. * Bring build.sh logic closer to build.cmd with respect to passing CMAKE flags for building tests * Make cmake gen script find override file without using script arguments * build-test.sh can now build native test projects Remove compileoptions.cmake and push contents into configurecompiler.cmake which contains compiler configuration from repo root CMakeLists.txt