提交 b9ef5e3f 编写于 作者: S Shreedhar Hardikar

Fix build error for Annotated types

上级 6cd2d2d2
......@@ -750,11 +750,6 @@ class TypeMaker<ArrayElementType[N]> {
llvm::Type* unit_type = codegen_utils_detail::TypeMaker<ArrayElementType>::Get(context);
return llvm::ArrayType::get(unit_type, N);
}
static AnnotatedType GetAnnotated(llvm::LLVMContext* context) {
// TODO Currently unsupported
return nullptr;
}
};
} // namespace codegen_utils_detail
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册