Skip to content

Commit

Permalink
clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 30, 2023
1 parent 6f73cbc commit 82793d7
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 406 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/jit-riscv64.yml

This file was deleted.

39 changes: 0 additions & 39 deletions 2024.01.md

This file was deleted.

4 changes: 0 additions & 4 deletions riscv64_build_test.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/mono/mono/mini/helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ MONO_RESTORE_WARNING
g_free (cmd);
#endif

cmd = g_strdup_printf ("llvm-objdump -d --arch=rv64gc %s %s", objdump_args, o_file);
cmd = g_strdup_printf (ARCH_PREFIX DIS_CMD " %s %s", objdump_args, o_file);
unused = system (cmd);
g_free (cmd);
g_free (objdump_args);
Expand Down
29 changes: 0 additions & 29 deletions src/mono/sample/TestRun/.gdbinit

This file was deleted.

136 changes: 0 additions & 136 deletions src/mono/sample/TestRun/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions src/mono/sample/TestRun/TestRun.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/mono/sample/TestRun/TestRun.runtimeconfig.json

This file was deleted.

Loading

0 comments on commit 82793d7

Please sign in to comment.