Fix a layering violation (cyclic dependency) between AArch64/Utils and AArch64/MCTargetDesc by folding the single header and source file from the former into the latter. Every user of the Utils file already depends on and includes parts of MCTargetDesc, and there is no clear layering between these two.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM