File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 120
120
</PropertyGroup >
121
121
122
122
<PropertyGroup >
123
+ <_AsOptions >-target $(_Triple) -c -x assembler</_AsOptions >
123
124
<_LdName >clang</_LdName >
124
125
<_LdOptions >-fuse-ld=lld</_LdOptions >
125
126
<_AsName >clang</_AsName >
217
218
<MonoAOTCompiler
218
219
AotModulesTablePath =" $(_AotModuleTablePath)"
219
220
AsName =" $(_AsName)"
220
- AsOptions =" -target $(_Triple) -c -x assembler "
221
+ AsOptions =" $(_AsOptions) "
221
222
Assemblies =" @(_AotInputAssemblies)"
222
223
CompilerBinaryPath =" $(_CompilerBinaryPath)"
223
224
DirectPInvokes =" @(DirectPInvokes)"
Original file line number Diff line number Diff line change 82
82
</PropertyGroup >
83
83
84
84
<PropertyGroup >
85
+ <_AsOptions >-target $(_Triple) -c -x assembler</_AsOptions >
85
86
<_LdName >clang</_LdName >
86
87
<_LdOptions >-fuse-ld=lld</_LdOptions >
87
88
<_AsName >clang</_AsName >
90
91
<MonoAOTCompiler Condition =" '$(ForceAOT)' == 'true'"
91
92
AotModulesTablePath =" $(_AotModulesTablePath)"
92
93
AsName =" $(_AsName)"
93
- AsOptions =" -target $(_Triple) -c -x assembler "
94
+ AsOptions =" $(_AsOptions) "
94
95
Assemblies =" @(AotInputAssemblies)"
95
96
CompilerBinaryPath =" @(MonoAotCrossCompiler->WithMetadataValue('RuntimeIdentifier','$(TargetOS)-$(TargetArchitecture.ToLowerInvariant())'))"
96
97
IntermediateOutputPath =" $(IntermediateOutputPath)"
You can’t perform that action at this time.
0 commit comments