You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/Subsets.props
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@
191
191
<SubsetNameInclude="Clr.Hosts"Description="The CoreCLR corerun test host." />
192
192
<SubsetNameInclude="Clr.Jit"Description="The JIT for the CoreCLR .NET runtime." />
193
193
<SubsetNameInclude="Clr.AllJits"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime." />
194
+
<SubsetNameInclude="Clr.AllJitsCommunity"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime, including community targets." />
194
195
<SubsetNameInclude="Clr.Spmi"Description="SuperPMI, a tool for CoreCLR JIT testing." />
195
196
<SubsetNameInclude="Clr.CoreLib"Description="The managed System.Private.CoreLib library for CoreCLR." />
196
197
<SubsetNameInclude="Clr.NativeCoreLib"Description="Run crossgen on System.Private.CoreLib library for CoreCLR." />
message(FATAL_ERROR "Only AMD64, ARM64, ARM, I386, LOONGARCH64 and RISCV64 hosts are supported. Found: ${CMAKE_SYSTEM_PROCESSOR}")
4
4
elseif(CLR_CROSS_COMPONENTS_BUILD)
5
-
message(FATAL_ERROR "Only AMD64, ARM64and I386 hosts are supported for linux cross-architecture component. Found: ${CMAKE_SYSTEM_PROCESSOR}")
5
+
message(FATAL_ERROR "Only AMD64, ARM64, I386, LOONGARCH64 and RISCV64 hosts are supported for linux cross-architecture component. Found: ${CMAKE_SYSTEM_PROCESSOR}")
6
6
else()
7
7
message(FATAL_ERROR "'${CMAKE_SYSTEM_PROCESSOR}' is an unsupported architecture.")
Copy file name to clipboardExpand all lines: src/coreclr/build-runtime.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ export PYTHON
21
21
usage_list+=("-pgodatapath: path to profile guided optimization data.")
22
22
usage_list+=("-pgoinstrument: generate instrumented code for profile guided optimization enabled binaries.")
23
23
usage_list+=("-staticanalyzer: use scan_build static analyzer.")
24
-
usage_list+=("-component: Build individual components instead of the full project. Available options are 'hosts', 'jit', 'runtime', 'paltests', 'alljits', 'iltools', 'nativeaot', and 'spmi'. Can be specified multiple times.")
24
+
usage_list+=("-component: Build individual components instead of the full project. Available options are 'hosts', 'jit', 'runtime', 'paltests', 'alljits', 'alljitscommunity', 'iltools', 'nativeaot', and 'spmi'. Can be specified multiple times.")
25
25
usage_list+=("-subdir: Append a directory with the provided name to the obj and bin paths.")
0 commit comments