We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fbc92 commit fc17907Copy full SHA for fc17907
flang/include/flang/Tools/CLOptions.inc
@@ -367,7 +367,7 @@ inline void createHLFIRToFIRPassPipeline(
367
/// rather than the host device.
368
inline void createOpenMPFIRPassPipeline(
369
mlir::PassManager &pm, bool isTargetDevice) {
370
- pm.addPass(flangomp::createOMPMapInfoFinalizationPass());
+ pm.addPass(flangomp::createMapInfoFinalizationPass());
371
pm.addPass(flangomp::createMarkDeclareTargetPass());
372
if (isTargetDevice)
373
pm.addPass(flangomp::createFunctionFiltering());
0 commit comments