On some platforms the build fails "std::function is not found". The include is used in PassManager::IRPrinterConfig::enableIRPrinting.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This description doesn't make sense. PassPipelineRegistration is defined in PassRegistry.h which already includes functional. The only place that uses std::function in PassManager.h is enableIRPrinting. Can you update the description?