Modify add_skip_index case
This commit is contained in:
parent
c308fd87ac
commit
b647871c42
@ -350,9 +350,9 @@ int ObLLVMDIHelper::create_struct_type(
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
|
||||
ObLLVMDIType &array_type)
|
||||
{
|
||||
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
|
||||
ObLLVMDIType &array_type)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
ObDIType *type_ptr = NULL;
|
||||
DISubrange *subrange = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user