diff options
author | Christopher Bate <cbate@nvidia.com> | 2024-08-19 18:49:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 18:49:22 -0600 |
commit | 43b508566799751aa180f1eaaafc5be693f2f1ae (patch) | |
tree | 47f919f29c30a56405e0f6a92dbbaa960b7e948d /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | ea8bb4d633683f5cbfd82491620be3056f347a02 (diff) | |
download | llvm-43b508566799751aa180f1eaaafc5be693f2f1ae.zip llvm-43b508566799751aa180f1eaaafc5be693f2f1ae.tar.gz llvm-43b508566799751aa180f1eaaafc5be693f2f1ae.tar.bz2 |
[mlir] NFC: fix dependence of (Tensor|Linalg|MemRef|Complex) dialects on LLVM Dialect and LLVM Core in CMake build (#104832)
This change removes dependencies declared as either 'LINK_LIBS' or
'LINK_COMPONENTS' across several MLIR libraries. The removed
dependencies appear
to be incorrect and may have been required in older versions of the
project.
These dependencies cause many high level dialects to have transitive
dependence on the LLVM dialect and the LLVM 'Core' library
('llvm/lib/IR').
Note that if using the 'Ninja' CMake generator, one can inspect the
dependencies
(including all transitive libraries) of any given MLIR target but using
the command `ninja -C <build dir> -t browse` and navigating to the
library
of interest in a web browser.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions