fix mysqltest
This commit is contained in:
parent
4353380be2
commit
c508a8efa2
@ -28,9 +28,9 @@ using namespace llvm;
|
||||
namespace oceanbase
|
||||
{
|
||||
using namespace common;
|
||||
namespace jit
|
||||
{
|
||||
|
||||
namespace jit
|
||||
{
|
||||
|
||||
uint64_t ObLLVMDIType::get_size_bits()
|
||||
{
|
||||
return OB_ISNULL(v_) ? 0 : v_->getSizeInBits();
|
||||
@ -167,9 +167,9 @@ int ObLLVMDIHelper::create_local_variable(const ObString &name, uint32_t arg_no,
|
||||
if (OB_ISNULL(var_ptr)) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("failed to create local variable", K(name), K(ret));
|
||||
} else {
|
||||
variable.set_v(var_ptr);
|
||||
}
|
||||
} else {
|
||||
variable.set_v(var_ptr);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
@ -215,9 +215,9 @@ int ObLLVMDIHelper::finalize()
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObLLVMDIHelper::create_pointer_type(ObLLVMDIType &pointee_type,
|
||||
ObLLVMDIType &pointer_type)
|
||||
{
|
||||
int ObLLVMDIHelper::create_pointer_type(ObLLVMDIType &pointee_type,
|
||||
ObLLVMDIType &pointer_type)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
DIType *pte_type = pointee_type.get_v();
|
||||
DIType *ptr_type = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user