| ... | ... | @@ -40,7 +40,7 @@ const test_targets = blk: { |
| 40 | 40 | // getBaselineCpuFeatures calls populateDependencies which has a O(N ^ 2) algorithm |
| 41 | 41 | // (where N is roughly 160, which technically makes it O(1), but it adds up to a |
| 42 | 42 | // lot of branches) |
| 43 | | @setEvalBranchQuota(50000); |
| 43 | @setEvalBranchQuota(60000); |
| 44 | 44 | break :blk [_]TestTarget{ |
| 45 | 45 | // Native Targets |
| 46 | 46 | |
| ... | ... | @@ -397,16 +397,15 @@ const test_targets = blk: { |
| 397 | 397 | }) catch unreachable, |
| 398 | 398 | .link_libc = true, |
| 399 | 399 | }, |
| 400 | | // Currently crashes in qemu-hexagon. |
| 401 | | // .{ |
| 402 | | // .target = std.Target.Query.parse(.{ |
| 403 | | // .arch_os_abi = "hexagon-linux-musl", |
| 404 | | // .cpu_features = "baseline+long_calls", |
| 405 | | // }) catch unreachable, |
| 406 | | // .linkage = .dynamic, |
| 407 | | // .link_libc = true, |
| 408 | | // .extra_target = true, |
| 409 | | // }, |
| 400 | .{ |
| 401 | .target = std.Target.Query.parse(.{ |
| 402 | .arch_os_abi = "hexagon-linux-musl", |
| 403 | .cpu_features = "baseline+long_calls", |
| 404 | }) catch unreachable, |
| 405 | .linkage = .dynamic, |
| 406 | .link_libc = true, |
| 407 | .extra_target = true, |
| 408 | }, |
| 410 | 409 | |
| 411 | 410 | .{ |
| 412 | 411 | .target = .{ |