diff options
author | agozillon <Andrew.Gozillon@amd.com> | 2024-02-08 14:03:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 14:03:39 +0100 |
commit | ec1fcb381d884ca53e2e0dd4075f946c8f002de2 (patch) | |
tree | 791d1c9a13e2344a4f7119dbe89f0d71d1f6992a /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | 6ea76c1328e04799981c78b3661a175a2ba47cec (diff) | |
download | llvm-ec1fcb381d884ca53e2e0dd4075f946c8f002de2.zip llvm-ec1fcb381d884ca53e2e0dd4075f946c8f002de2.tar.gz llvm-ec1fcb381d884ca53e2e0dd4075f946c8f002de2.tar.bz2 |
[Flang][bbc] Prevent bbc -emit-fir command invoking OpenMP passes twice (#80927)
Currently when the bbc tool is invoked with the emit-fir command the pass pipeline will be invoked twice for verification causing the previously added OpenMP pass pipeline to be invoked multiple times.
This change seeks to prevent that from occurring by using a seperate pass manager and run command immediately when it is necessary for the OpenMP passes to be executed.
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions