[LoongArch64] add LA64 to the unspported targets. (#74051)
authorQiao Pengcheng <qiaopengcheng@loongson.cn>
Wed, 17 Aug 2022 17:43:52 +0000 (01:43 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2022 17:43:52 +0000 (10:43 -0700)
src/tests/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj

index 9de794e..3083cfc 100644 (file)
@@ -3,6 +3,7 @@
     <OutputType>Exe</OutputType>
     <CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'x64'">true</CLRTestTargetUnsupported>
     <CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'arm64'">true</CLRTestTargetUnsupported>
+    <CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'loongarch64'">true</CLRTestTargetUnsupported>
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>