diff options
author | Sergio Afonso <safonsof@amd.com> | 2025-05-09 12:19:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 12:19:53 +0100 |
commit | 4923cffc1d3333cf679dd304dd6a8e7232d77d54 (patch) | |
tree | c097438754086494de6040abd2b3ee53a9f028ce /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 187a83f86caef2cbeb0b4aaa1f15e507c3f99763 (diff) | |
download | llvm-4923cffc1d3333cf679dd304dd6a8e7232d77d54.zip llvm-4923cffc1d3333cf679dd304dd6a8e7232d77d54.tar.gz llvm-4923cffc1d3333cf679dd304dd6a8e7232d77d54.tar.bz2 |
[Flang] Add missing dependency to AddDebugInfo pass (#139099)
The `AddDebugInfo` pass currently has a dependency on the `DLTI` MLIR
dialect caused by a call to the `fir::support::getOrSetMLIRDataLayout()`
utility function.
This dependency is not captured in the pass definition. This patch adds
the dependency and simplifies several unit tests that had to explicitly
use the `DLTI` dialect to prevent the missing dependency from causing
compiler failures.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions