diff options
author | David Blaikie <dblaikie@gmail.com> | 2018-03-29 00:29:44 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2018-03-29 00:29:44 +0000 |
commit | 3d94e9f320b955f859bbae26ab80530d255254db (patch) | |
tree | afb782c0e97f73f13a32f28701171f82ad89a7cf /llvm/include/llvm-c/Transforms | |
parent | 10f71304b763ffb3df4ac26bc42422315e37c19b (diff) | |
download | bcm5719-llvm-3d94e9f320b955f859bbae26ab80530d255254db.tar.gz bcm5719-llvm-3d94e9f320b955f859bbae26ab80530d255254db.zip |
Split Disassembler.h in two to fix dependencies
Support includes this header for the typedefs - but logically it's part
of the MC/Disassembler library that implements the functions. Split the
header so as not to create a circular dependency.
This is another case where probably inverting the llvm-c implementation
might be best (rather than core llvm libraries implementing the parts of
llvm-c - instead llvm-c could be its own library, depending on all the
parts of LLVM's core libraries to then implement llvm-c on top of
them... if that makes sense)
llvm-svn: 328744
Diffstat (limited to 'llvm/include/llvm-c/Transforms')
0 files changed, 0 insertions, 0 deletions