| author | |
| committer | |
| log | 45ef6804cefe5383db9dead42aa1a1c979f91767 |
| tree | 4cb9d1fa4354d747147222ebcde123239fc8fe92 |
| parent | 3feb0d391fb736152cd6d7763ed4a743822eed62 |
| signature |
This reverts commit fce7878a9149caa80433e6d650e0bd7f60d345fd.
The bug was fixed in LLVM 22.1 files changed, 7 insertions(+), 8 deletions(-)
test/tests.zig+7-8| ... | @@ -1713,14 +1713,13 @@ const c_abi_targets = blk: { | ... | @@ -1713,14 +1713,13 @@ const c_abi_targets = blk: { |
| 1713 | }, | 1713 | }, |
| 1714 | }, | 1714 | }, |
| 1715 | 1715 | ||
| 1716 | // https://gitlab.com/qemu-project/qemu/-/issues/3291 | 1716 | .{ |
| 1717 | // .{ | 1717 | .target = .{ |
| 1718 | // .target = .{ | 1718 | .cpu_arch = .hexagon, |
| 1719 | // .cpu_arch = .hexagon, | 1719 | .os_tag = .linux, |
| 1720 | // .os_tag = .linux, | 1720 | .abi = .musl, |
| 1721 | // .abi = .musl, | 1721 | }, |
| 1722 | // }, | 1722 | }, |
| 1723 | // }, | ||
| 1724 | 1723 | ||
| 1725 | .{ | 1724 | .{ |
| 1726 | .target = .{ | 1725 | .target = .{ |