Skip to content

Commit 8e0a4ca

Browse files
rootbeeralexrp
authored andcommitted
Enable compiler-rt tests for wasm32-wasi
I think the underlying issue was the same as #13258 and that has a work-around in LLVM 19 (see llvm/llvm-project#58557). Fixes #15325
1 parent 539f3ef commit 8e0a4ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/tests.zig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,14 +1430,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
14301430
test_target.use_llvm == false and mem.eql(u8, options.name, "compiler-rt"))
14311431
continue;
14321432

1433-
// TODO get compiler-rt tests passing for wasm32-wasi
1434-
// currently causes "LLVM ERROR: Unable to expand fixed point multiplication."
1435-
if (target.cpu.arch == .wasm32 and target.os.tag == .wasi and
1436-
mem.eql(u8, options.name, "compiler-rt"))
1437-
{
1438-
continue;
1439-
}
1440-
14411433
// TODO get universal-libc tests passing for other self-hosted backends.
14421434
if (target.cpu.arch != .x86_64 and
14431435
test_target.use_llvm == false and mem.eql(u8, options.name, "universal-libc"))

0 commit comments

Comments
 (0)