diff --git a/mlir/include/mlir/InitAllTranslations.h b/mlir/include/mlir/InitAllTranslations.h --- a/mlir/include/mlir/InitAllTranslations.h +++ b/mlir/include/mlir/InitAllTranslations.h @@ -19,6 +19,7 @@ void registerFromLLVMIRTranslation(); void registerFromSPIRVTranslation(); void registerToLLVMIRTranslation(); +void registerFromSPIRVTranslation(); void registerToSPIRVTranslation(); void registerToNVVMIRTranslation(); void registerToROCLDIRTranslation(); @@ -32,6 +33,7 @@ registerFromLLVMIRTranslation(); registerFromSPIRVTranslation(); registerToLLVMIRTranslation(); + registerFromSPIRVTranslation(); registerToSPIRVTranslation(); registerToNVVMIRTranslation(); registerToROCLDIRTranslation();