mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Minor build fix (pointer must be dereferenced with ->)
This commit is contained in:
@@ -97,7 +97,7 @@ MlirContext mlirContextCreate() {
|
||||
void mlirContextDestroy(MlirContext context) { delete unwrap(context); }
|
||||
|
||||
void mlirContextLoadAllDialects(MlirContext context) {
|
||||
unwrap(context).loadAllGloballyRegisteredDialects();
|
||||
unwrap(context)->loadAllGloballyRegisteredDialects();
|
||||
}
|
||||
|
||||
/* ========================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user