Remove unused LLVM related codes of directory:be/src/codegen (#2910) (#2987)

Remove unused LLVM related codes of directory (step 5):be/src/codegen (#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/codegen
This commit is contained in:
trueeyu
2020-02-26 10:57:57 +08:00
committed by GitHub
parent 57483ade00
commit 0f98f975c7
23 changed files with 0 additions and 4210 deletions

View File

@ -21,8 +21,6 @@
namespace doris {
const char* StringValue::s_llvm_class_name = "struct.doris::StringValue";
std::string StringValue::debug_string() const {
return std::string(ptr, len);
}