| ... | @@ -388,8 +388,6 @@ const test_targets = blk: { | ... | @@ -388,8 +388,6 @@ const test_targets = blk: { |
| 388 | .arch_os_abi = "hexagon-linux-none", | 388 | .arch_os_abi = "hexagon-linux-none", |
| 389 | .cpu_features = "baseline+long_calls", | 389 | .cpu_features = "baseline+long_calls", |
| 390 | }) catch unreachable, | 390 | }) catch unreachable, |
| 391 | // https://github.com/llvm/llvm-project/pull/111217 | | |
| 392 | .skip_modules = &.{"std"}, | | |
| 393 | }, | 391 | }, |
| 394 | .{ | 392 | .{ |
| 395 | .target = std.Target.Query.parse(.{ | 393 | .target = std.Target.Query.parse(.{ |
| ... | @@ -397,8 +395,6 @@ const test_targets = blk: { | ... | @@ -397,8 +395,6 @@ const test_targets = blk: { |
| 397 | .cpu_features = "baseline+long_calls", | 395 | .cpu_features = "baseline+long_calls", |
| 398 | }) catch unreachable, | 396 | }) catch unreachable, |
| 399 | .link_libc = true, | 397 | .link_libc = true, |
| 400 | // https://github.com/llvm/llvm-project/pull/111217 | | |
| 401 | .skip_modules = &.{"std"}, | | |
| 402 | }, | 398 | }, |
| 403 | // Currently crashes in qemu-hexagon. | 399 | // Currently crashes in qemu-hexagon. |
| 404 | // .{ | 400 | // .{ |
| ... | @@ -408,8 +404,6 @@ const test_targets = blk: { | ... | @@ -408,8 +404,6 @@ const test_targets = blk: { |
| 408 | // }) catch unreachable, | 404 | // }) catch unreachable, |
| 409 | // .linkage = .dynamic, | 405 | // .linkage = .dynamic, |
| 410 | // .link_libc = true, | 406 | // .link_libc = true, |
| 411 | // // https://github.com/llvm/llvm-project/pull/111217 | | |
| 412 | // .skip_modules = &.{"std"}, | | |
| 413 | // .extra_target = true, | 407 | // .extra_target = true, |
| 414 | // }, | 408 | // }, |
| 415 | | 409 | |