| ... | ... | @@ -2265,6 +2265,7 @@ pub const TargetQuery = struct { |
| 2265 | 2265 | simulator, |
| 2266 | 2266 | ohos, |
| 2267 | 2267 | ohoseabi, |
| 2268 | call0, |
| 2268 | 2269 | |
| 2269 | 2270 | default, |
| 2270 | 2271 | |
| ... | ... | @@ -2297,6 +2298,7 @@ pub const TargetQuery = struct { |
| 2297 | 2298 | .simulator => .simulator, |
| 2298 | 2299 | .ohos => .ohos, |
| 2299 | 2300 | .ohoseabi => .ohoseabi, |
| 2301 | .call0 => .call0, |
| 2300 | 2302 | }; |
| 2301 | 2303 | } |
| 2302 | 2304 | |
| ... | ... | @@ -2329,6 +2331,7 @@ pub const TargetQuery = struct { |
| 2329 | 2331 | .simulator => .simulator, |
| 2330 | 2332 | .ohos => .ohos, |
| 2331 | 2333 | .ohoseabi => .ohoseabi, |
| 2334 | .call0 => .call0, |
| 2332 | 2335 | .default => null, |
| 2333 | 2336 | }; |
| 2334 | 2337 | } |
| ... | ... | @@ -2357,6 +2360,7 @@ pub const TargetQuery = struct { |
| 2357 | 2360 | loongarch32, |
| 2358 | 2361 | loongarch64, |
| 2359 | 2362 | m68k, |
| 2363 | m88k, |
| 2360 | 2364 | microblaze, |
| 2361 | 2365 | microblazeel, |
| 2362 | 2366 | mips, |
| ... | ... | @@ -2421,6 +2425,7 @@ pub const TargetQuery = struct { |
| 2421 | 2425 | .loongarch32 => .loongarch32, |
| 2422 | 2426 | .loongarch64 => .loongarch64, |
| 2423 | 2427 | .m68k => .m68k, |
| 2428 | .m88k => .m88k, |
| 2424 | 2429 | .microblaze => .microblaze, |
| 2425 | 2430 | .microblazeel => .microblazeel, |
| 2426 | 2431 | .mips => .mips, |
| ... | ... | @@ -2485,6 +2490,7 @@ pub const TargetQuery = struct { |
| 2485 | 2490 | .loongarch32 => .loongarch32, |
| 2486 | 2491 | .loongarch64 => .loongarch64, |
| 2487 | 2492 | .m68k => .m68k, |
| 2493 | .m88k => .m88k, |
| 2488 | 2494 | .microblaze => .microblaze, |
| 2489 | 2495 | .microblazeel => .microblazeel, |
| 2490 | 2496 | .mips => .mips, |