Skip to content

Commit

Permalink
remove unused 'triton-shared-translate' (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
manbearian committed Oct 16, 2023
1 parent 959825b commit 07ea842
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 207 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ configure_lit_site_cfg(

set(TRITON_SHARED_TEST_DEPENDS
triton-shared-opt
triton-shared-translate
)

set(FILECHECK_PATH "${LLVM_LIBRARY_DIR}/../bin/FileCheck")
Expand Down
7 changes: 2 additions & 5 deletions test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@

# test_exec_root: The root path where tests should be run.
config.test_exec_root = os.path.join(config.triton_shared_obj_root, 'test')
config.triton_tools_dir1 = os.path.join(config.triton_shared_obj_root, 'tools/triton-shared-opt')
config.triton_tools_dir2 = os.path.join(config.triton_shared_obj_root, 'tools/triton-shared-translate')
config.triton_tools_dir = os.path.join(config.triton_shared_obj_root, 'tools/triton-shared-opt')
config.filecheck_dir = os.path.join(config.triton_obj_root, 'bin', 'FileCheck')

tool_dirs = [
config.triton_tools_dir1,
config.triton_tools_dir2,
config.triton_tools_dir,
config.llvm_tools_dir,
config.filecheck_dir]

Expand All @@ -65,7 +63,6 @@
llvm_config.with_environment('PATH', d, append_path=True)
tools = [
'triton-shared-opt',
'triton-shared-translate',
ToolSubst('%PYTHON', config.python_executable, unresolved='ignore'),
]

Expand Down
1 change: 0 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
add_subdirectory(triton-shared-opt)
add_subdirectory(triton-shared-translate)
41 changes: 0 additions & 41 deletions tools/triton-shared-translate/CMakeLists.txt

This file was deleted.

159 changes: 0 additions & 159 deletions tools/triton-shared-translate/triton-shared-translate.cpp

This file was deleted.

0 comments on commit 07ea842

Please sign in to comment.