diff options
author | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | 2020-04-30 13:09:13 -0700 |
---|---|---|
committer | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | 2020-05-01 20:01:46 -0700 |
commit | 57818885be5160380e29e9c2e915b37d5b11ade9 (patch) | |
tree | d8e043a9bcd6b3e4940a174b9530a61f35e2e327 /llvm/lib/Object/ObjectFile.cpp | |
parent | f49b2344a346b43ef00983e18cb0525ffcca79f0 (diff) | |
download | llvm-57818885be5160380e29e9c2e915b37d5b11ade9.zip llvm-57818885be5160380e29e9c2e915b37d5b11ade9.tar.gz llvm-57818885be5160380e29e9c2e915b37d5b11ade9.tar.bz2 |
[MLIR] Move Verifier and Dominance Analysis from /Analysis to /IR
These libraries are distinct from other things in Analysis in that they
operate only on core IR concepts. This also simplifies dependencies
so that Dialect -> Analysis -> Parser -> IR. Previously, the parser depended
on portions of the the Analysis directory as well, which sometimes
caused issues with the way the cmake makefile generator discovers
dependencies on generated files during compilation.
Differential Revision: https://reviews.llvm.org/D79240
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions