This patch adds a module level metadata flag indicating that the module
was compiled with the -fopenmp flag. This will make it easier for
passes like OpenMPOpt to determine if it should be run.
Details
Details
- Reviewers
jdoerfert - Commits
- rG9ce02ea8c941: [OpenMP] Add Module metadata for OpenMP compilation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Why do we need OpenMPRuntime in the conditional?