Skip to content

Commit

Permalink
ARROW-16740: [C++] Remove IR Consumer (#13301)
Browse files Browse the repository at this point in the history
Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
westonpace committed Aug 9, 2022
1 parent 78351ce commit 5d2b8f0
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 7,699 deletions.
1 change: 0 additions & 1 deletion cpp/src/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ if(ARROW_COMPUTE)
compute/exec/hash_join.cc
compute/exec/hash_join_dict.cc
compute/exec/hash_join_node.cc
compute/exec/ir_consumer.cc
compute/exec/key_hash.cc
compute/exec/key_map.cc
compute/exec/order_by_impl.cc
Expand Down
8 changes: 0 additions & 8 deletions cpp/src/arrow/compute/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,3 @@ if(ARROW_BUILD_OPENMP_BENCHMARKS)
PRIVATE "-openmp:experimental -openmp:llvm")
endif()
endif()

add_arrow_compute_test(ir_test
PREFIX
"arrow-compute"
EXTRA_LINK_LIBS
${GFLAGS_LIBRARIES}
TEST_ARGUMENTS
"--computeir_dir=${CMAKE_SOURCE_DIR}/../experimental/computeir")
Loading

0 comments on commit 5d2b8f0

Please sign in to comment.