Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
641 changes: 405 additions & 236 deletions docs/README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ add_lit_testsuite(ghidra-output-tests
${CMAKE_CURRENT_SOURCE_DIR}/ghidra
)

add_lit_testsuite(pcode-translation-tests
"Running pcode-translate tests"
${CMAKE_CURRENT_SOURCE_DIR}/pcode-translate
)

add_lit_testsuite(patchir-decomp-tests
"Running patchir-decomp tests"
${CMAKE_CURRENT_SOURCE_DIR}/patchir-decomp
Expand All @@ -41,11 +36,6 @@ add_test(NAME ghidra-output-tests
--param BUILD_TYPE=$<CONFIG>
)

add_test(NAME pcode-translation-tests
COMMAND lit -v -j 4 "${CMAKE_CURRENT_BINARY_DIR}/pcode-translate"
--param BUILD_TYPE=$<CONFIG>
)

add_test(NAME patchir-decomp-tests
COMMAND lit -v -j 4 "${CMAKE_CURRENT_BINARY_DIR}/patchir-decomp"
--param BUILD_TYPE=$<CONFIG>
Expand Down
3 changes: 1 addition & 2 deletions test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def patchestry_tool_path(tool):
return os.path.join(*path, tool)

config.decompiler_headless_tool = os.path.join(config.patchestry_script_dir, 'decompile-headless.sh')
config.pcode_translate_tool = patchestry_tool_path('pcode-translate')

config.json_strip_comments = os.path.join(config.test_scripts_dir, 'strip-json-comments.sh')

Expand Down Expand Up @@ -121,7 +120,7 @@ def get_compiler_command(arch):
ToolSubst('%host_cc', command=config.host_cc),
ToolSubst('%host_cxx', command=config.host_cxx),
ToolSubst('%decompile-headless', command=config.decompiler_headless_tool),
ToolSubst('%pcode-translate', command=config.pcode_translate_tool),

ToolSubst('%patchir-decomp', command=config.patchir_decomp_tool),
ToolSubst('%patchir-transform', command=config.patchir_transform_tool),
ToolSubst('%patchir-cir2llvm', command=config.patchir_cir2llvm_tool),
Expand Down
17 changes: 0 additions & 17 deletions test/pcode-translate/function.json

This file was deleted.

2 changes: 0 additions & 2 deletions test/pcode-translate/help.json

This file was deleted.

1 change: 0 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This source code is licensed in accordance with the terms specified in the
# LICENSE file found in the root directory of this source tree.

add_subdirectory(pcode-translate)
add_subdirectory(patchir-decomp)
add_subdirectory(patchir-cir2llvm)
add_subdirectory(patchir-transform)
Expand Down
33 changes: 0 additions & 33 deletions tools/pcode-translate/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions tools/pcode-translate/main.cpp

This file was deleted.