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