Skip to content

Commit 8b222a4

Browse files
committed
fuzzgen: Add riscv64
1 parent dcbaff1 commit 8b222a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cranelift/fuzzgen/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ impl fmt::Debug for TestCase {
5858

5959
writeln!(f, "target aarch64")?;
6060
writeln!(f, "target s390x")?;
61+
writeln!(f, "target riscv64")?;
6162
writeln!(f, "target x86_64\n")?;
6263

6364
writeln!(f, "{}", self.func)?;

0 commit comments

Comments
 (0)