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:
trueeyu
2020-02-20 20:43:26 +08:00
committed by GitHub
parent da945c8278
commit 839ec45197
23 changed files with 0 additions and 3947 deletions

View File

@ -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,