diff options
author | Lance Wang <lancewang@google.com> | 2025-06-24 21:00:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 00:00:13 -0400 |
commit | 77af8bff97a0b20dac9ff9a95385d036da7d8ba5 (patch) | |
tree | 5a1d546b9ed03306cb17a20fc856ac6636dfb689 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | 505906bff6ddf9813666f0404fb604a2b6e02722 (diff) | |
download | llvm-77af8bff97a0b20dac9ff9a95385d036da7d8ba5.zip llvm-77af8bff97a0b20dac9ff9a95385d036da7d8ba5.tar.gz llvm-77af8bff97a0b20dac9ff9a95385d036da7d8ba5.tar.bz2 |
[mlir]Moves the StateStack to IR folder from Support folder. (#145598)
[MLIR] Fix circular dependency introduced in In
https://github.com/llvm/llvm-project/pull/144897. This PR is to break
the dependency. by moving StateStack to IR folder
This commit resolves a circular dependency issue between mlir/Support
and mlir/IR:
- Move StateStack.h and StateStack.cpp from Support to IR folder
- Update CMakeLists.txt files to reflect the new locations
- Update Bazel BUILD file to maintain correct dependencies
- Update includes in affected files (flang, Target/LLVMIR)
The circular dependency was caused by StateStack.h depending on
IR/Visitors.h
while other IR files depended on Support. Moving StateStack to IR
eliminates
this cycle while maintaining proper separation of concerns.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions