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
@@ -153,6 +153,7 @@
153
153
<SubsetNameInclude="Clr.Hosts"Description="The CoreCLR corerun test host." />
154
154
<SubsetNameInclude="Clr.Jit"Description="The JIT for the CoreCLR .NET runtime." />
155
155
<SubsetNameInclude="Clr.AllJits"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime." />
156
+
<SubsetNameInclude="Clr.AllJitsCommunity"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime, including community targets." />
156
157
<SubsetNameInclude="Clr.Spmi"Description="SuperPMI, a tool for CoreCLR JIT testing." />
157
158
<SubsetNameInclude="Clr.CoreLib"Description="The managed System.Private.CoreLib library for CoreCLR." />
158
159
<SubsetNameInclude="Clr.NativeCoreLib"Description="Run crossgen on System.Private.CoreLib library for CoreCLR." />
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