File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 120120    </PropertyGroup >
121121
122122    <PropertyGroup >
123+       <_AsOptions >-target $(_Triple) -c -x assembler</_AsOptions >
123124      <_LdName >clang</_LdName >
124125      <_LdOptions >-fuse-ld=lld</_LdOptions >
125126      <_AsName >clang</_AsName >
217218    <MonoAOTCompiler 
218219        AotModulesTablePath =" $(_AotModuleTablePath)" 
219220        AsName =" $(_AsName)" 
220-         AsOptions =" -target $(_Triple) -c -x assembler " 
221+         AsOptions =" $(_AsOptions) " 
221222        Assemblies =" @(_AotInputAssemblies)" 
222223        CompilerBinaryPath =" $(_CompilerBinaryPath)" 
223224        DirectPInvokes =" @(DirectPInvokes)" 
Original file line number Diff line number Diff line change 8282    </PropertyGroup >
8383
8484    <PropertyGroup >
85+       <_AsOptions >-target $(_Triple) -c -x assembler</_AsOptions >
8586      <_LdName >clang</_LdName >
8687      <_LdOptions >-fuse-ld=lld</_LdOptions >
8788      <_AsName >clang</_AsName >
9091    <MonoAOTCompiler  Condition =" '$(ForceAOT)' == 'true'" 
9192        AotModulesTablePath =" $(_AotModulesTablePath)" 
9293        AsName =" $(_AsName)" 
93-         AsOptions =" -target $(_Triple) -c -x assembler " 
94+         AsOptions =" $(_AsOptions) " 
9495        Assemblies =" @(AotInputAssemblies)" 
9596        CompilerBinaryPath =" @(MonoAotCrossCompiler->WithMetadataValue('RuntimeIdentifier','$(TargetOS)-$(TargetArchitecture.ToLowerInvariant())'))" 
9697        IntermediateOutputPath =" $(IntermediateOutputPath)" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments