File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/coreclr/tools/aot/crossgen2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<IlcToolsPath >$(CoreCLRILCompilerDir)</IlcToolsPath >
23
23
<IlcToolsPath Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)'" >$(CoreCLRCrossILCompilerDir)</IlcToolsPath >
24
24
<CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' == 'linux-musl-arm64'" >clang-15</CppCompilerAndLinker >
25
- <CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' != 'linux-musl-arm64'" >clang-9 </CppCompilerAndLinker >
25
+ <CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' != 'linux-musl-arm64'" >clang</CppCompilerAndLinker >
26
26
<SysRoot Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' != 'windows'" >$(ROOTFS_DIR)</SysRoot >
27
27
<IlcBuildTasksPath >$(CoreCLRILCompilerDir)netstandard/ILCompiler.Build.Tasks.dll</IlcBuildTasksPath >
28
28
<IlcSdkPath >$(CoreCLRAotSdkDir)</IlcSdkPath >
Original file line number Diff line number Diff line change 32
32
<IlcToolsPath >$(CoreCLRILCompilerDir)</IlcToolsPath >
33
33
<IlcToolsPath Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)'" >$(CoreCLRCrossILCompilerDir)</IlcToolsPath >
34
34
<CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' == 'linux-musl-arm64'" >clang-15</CppCompilerAndLinker >
35
- <CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' != 'linux-musl-arm64'" >clang-9 </CppCompilerAndLinker >
35
+ <CppCompilerAndLinker Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' == 'linux' and '$(RuntimeIdentifier)' != 'linux-musl-arm64'" >clang</CppCompilerAndLinker >
36
36
<SysRoot Condition =" '$(TargetArchitecture)' != '$(BuildArchitecture)' and '$(HostOS)' != 'windows'" >$(ROOTFS_DIR)</SysRoot >
37
37
<IlcBuildTasksPath >$(CoreCLRILCompilerDir)netstandard/ILCompiler.Build.Tasks.dll</IlcBuildTasksPath >
38
38
<IlcSdkPath >$(CoreCLRAotSdkDir)</IlcSdkPath >
You can’t perform that action at this time.
0 commit comments