]> granicus.if.org Git - llvm/commit
DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.h
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Oct 2019 22:12:45 +0000 (22:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Oct 2019 22:12:45 +0000 (22:12 +0000)
commit73770d6089b1f8497457b640c4f8bbf8c8704293
treedc83d9ecfa6239206350d622d265043ae3a5fa0f
parent21a0296b2db01510be692319c66080b55d1375a9
DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.h

Introduced in r374582, Michael Spencer pointed out this broke the
modules build due to a missing tblgen dependency on
llvm/IR/Attributes.inc.

Michael fixed the dependency in r374827.

So this removes the inclusion and the new dependency (effectively
reverting r374827 and including the alternative fix of removing rather
than supporting the new dependency).

Thanks for the quick fix/notice, Michael!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp