File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1384,6 +1384,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
13841384 unversioned_llvm_target : "i686-pc-windows-msvc" ,
13851385 } ,
13861386 ) ,
1387+ (
1388+ "i686-win7-windows-gnu" ,
1389+ TargetInfo {
1390+ full_arch : "i686" ,
1391+ arch : "x86" ,
1392+ vendor : "win7" ,
1393+ os : "windows" ,
1394+ env : "gnu" ,
1395+ abi : "" ,
1396+ unversioned_llvm_target : "i686-pc-windows-gnu" ,
1397+ } ,
1398+ ) ,
13871399 (
13881400 "i686-win7-windows-msvc" ,
13891401 TargetInfo {
@@ -3268,6 +3280,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
32683280 unversioned_llvm_target : "x86_64-pc-windows-msvc" ,
32693281 } ,
32703282 ) ,
3283+ (
3284+ "x86_64-win7-windows-gnu" ,
3285+ TargetInfo {
3286+ full_arch : "x86_64" ,
3287+ arch : "x86_64" ,
3288+ vendor : "win7" ,
3289+ os : "windows" ,
3290+ env : "gnu" ,
3291+ abi : "" ,
3292+ unversioned_llvm_target : "x86_64-pc-windows-gnu" ,
3293+ } ,
3294+ ) ,
32713295 (
32723296 "x86_64-win7-windows-msvc" ,
32733297 TargetInfo {
You can’t perform that action at this time.
0 commit comments