Remove unused LLVM related codes of directory:be/src/runtime (#2910) (#2985)

Remove unused LLVM related codes of directory (step 4):be/src/runtime (#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/runtime
This commit is contained in:
trueeyu
2020-02-25 13:47:20 +08:00
committed by GitHub
parent 099e0f74bd
commit a340bc7a00
28 changed files with 4 additions and 350 deletions

View File

@ -21,7 +21,6 @@
#include <thrift/protocol/TDebugProtocol.h>
#include <unistd.h>
#include "codegen/codegen_anyval.h"
#include "common/object_pool.h"
#include "common/status.h"
#include "exprs/expr_context.h"