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:
@ -29,8 +29,6 @@
|
||||
|
||||
namespace doris {
|
||||
|
||||
const char* Tuple::_s_llvm_class_name = "class.doris::Tuple";
|
||||
|
||||
int64_t Tuple::total_byte_size(const TupleDescriptor& desc) const {
|
||||
int64_t result = desc.byte_size();
|
||||
if (!desc.has_varlen_slots()) {
|
||||
|
||||
Reference in New Issue
Block a user