Remove llvm relative code from be/src/exec (#2955)
Remove unused LLVM related codes of directory:be/src/exec (#2910) there are many LLVM related codes in code base, but these codes are not really used. The higher version of GCC is not compatible with the LLVM 3.4.2 version currently used by Doris. The PR delete all LLVM related code of directory: be/src/exec.
This commit is contained in:
@ -27,8 +27,6 @@
|
||||
|
||||
namespace doris {
|
||||
|
||||
const char* BlockingJoinNode::LLVM_CLASS_NAME = "class.doris::BlockingJoinNode";
|
||||
|
||||
BlockingJoinNode::BlockingJoinNode(const std::string& node_name,
|
||||
const TJoinOp::type join_op,
|
||||
ObjectPool* pool,
|
||||
|
||||
Reference in New Issue
Block a user