diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-03 09:33:48 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-03 09:33:48 +0000 |
commit | c5327ab71dc64008f701cf38916532970e4e2802 (patch) | |
tree | 0aa7a3b9592c1de65ee0abd16554fb21112730f0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3c837201e034a7499267ade6fef3715a10132312 (diff) | |
download | llvm-c5327ab71dc64008f701cf38916532970e4e2802.zip llvm-c5327ab71dc64008f701cf38916532970e4e2802.tar.gz llvm-c5327ab71dc64008f701cf38916532970e4e2802.tar.bz2 |
Include what you use in HexagonShuffler.h
HexagonShuffler.h was not using any APIs from Hexagon.h, and was only
including it for transitive dependencies. Doing so is problematic from
include-what-you-use perspective, but it is also a layering issue (it
creates a dependency cycle between the primary Hexagon target library
and the MCTargetDesc library).
llvm-svn: 362369
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions