Rename CLR_CMAKE_PLATFORM* CLR_CMAKE_HOST* (#1974)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Tue, 21 Jan 2020 20:36:37 +0000 (15:36 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 20:36:37 +0000 (15:36 -0500)
commit696e72b14d29979d7dab11eb4384ae656fdfaba6
tree2bc7cdf02f65770853cdf9f58526db1dbf340808
parent644bdd98151ccf64c230a2d646ed2be0e3f2d77b
Rename CLR_CMAKE_PLATFORM* CLR_CMAKE_HOST* (#1974)

The term platform was ambiguous. Migrate to using common terminology for
cross compilation.

Host is the platfrom which will execute the code
Target is the platform which will be debugged or for which code will be generated.

In most cases HOST == TARGET.  The exceptions are the cross component crossgen
tools and the future cross DAC.
55 files changed:
src/coreclr/CMakeLists.txt
src/coreclr/clrdefinitions.cmake
src/coreclr/clrfeatures.cmake
src/coreclr/configurecompiler.cmake
src/coreclr/configureoptimization.cmake
src/coreclr/crosscomponents.cmake
src/coreclr/functions.cmake
src/coreclr/src/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/mcs/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi/CMakeLists.txt
src/coreclr/src/debug/createdump/CMakeLists.txt
src/coreclr/src/debug/daccess/CMakeLists.txt
src/coreclr/src/debug/debug-pal/CMakeLists.txt
src/coreclr/src/debug/di/CMakeLists.txt
src/coreclr/src/debug/ee/CMakeLists.txt
src/coreclr/src/debug/ee/wks/CMakeLists.txt
src/coreclr/src/dlls/dbgshim/CMakeLists.txt
src/coreclr/src/dlls/mscordac/CMakeLists.txt
src/coreclr/src/dlls/mscordbi/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/gc/CMakeLists.txt
src/coreclr/src/gcinfo/CMakeLists.txt
src/coreclr/src/hosts/CMakeLists.txt
src/coreclr/src/hosts/coreconsole/CMakeLists.txt
src/coreclr/src/hosts/corerun/CMakeLists.txt
src/coreclr/src/hosts/unixcoreconsole/CMakeLists.txt
src/coreclr/src/hosts/unixcorerun/CMakeLists.txt
src/coreclr/src/hosts/unixcoreruncommon/CMakeLists.txt
src/coreclr/src/ilasm/CMakeLists.txt
src/coreclr/src/ildasm/exe/CMakeLists.txt
src/coreclr/src/jit/CMakeLists.txt
src/coreclr/src/jit/armelnonjit/CMakeLists.txt
src/coreclr/src/jit/dll/CMakeLists.txt
src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
src/coreclr/src/jit/protononjit/CMakeLists.txt
src/coreclr/src/pal/src/CMakeLists.txt
src/coreclr/src/pal/src/configure.cmake
src/coreclr/src/pal/src/eventprovider/CMakeLists.txt
src/coreclr/src/pal/src/libunwind/CMakeLists.txt
src/coreclr/src/pal/src/libunwind/src/CMakeLists.txt
src/coreclr/src/pal/tests/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/eventprovider/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt
src/coreclr/src/tools/crossgen/CMakeLists.txt
src/coreclr/src/unwinder/CMakeLists.txt
src/coreclr/src/utilcode/CMakeLists.txt
src/coreclr/src/vm/CMakeLists.txt
src/coreclr/src/vm/crossgen/CMakeLists.txt
src/coreclr/src/vm/wks/CMakeLists.txt
src/coreclr/tests/src/Exceptions/ForeignThread/CMakeLists.txt
src/coreclr/tests/src/Interop/CMakeLists.txt