summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2019-10-14 22:12:45 +0000
committerDavid Blaikie <dblaikie@gmail.com>2019-10-14 22:12:45 +0000
commitbe744ea54f413a11a1a3fd7d050dcc41726def77 (patch)
tree6c2717dd6854073e79330343839666c64a8a214d
parent044297ccbfcfb4339c56d65afaf877b83486f17a (diff)
downloadbcm5719-llvm-be744ea54f413a11a1a3fd7d050dcc41726def77.tar.gz
bcm5719-llvm-be744ea54f413a11a1a3fd7d050dcc41726def77.zip
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! llvm-svn: 374831
-rw-r--r--llvm/lib/DebugInfo/DWARF/CMakeLists.txt3
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/CMakeLists.txt b/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
index 6b53a5a1725..b4770e561f7 100644
--- a/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
@@ -30,7 +30,4 @@ add_llvm_library(LLVMDebugInfoDWARF
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
-
- DEPENDS
- intrinsics_gen
)
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
index f5235e28c92..4f7b01130a4 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
@@ -9,7 +9,6 @@
#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/Dwarf.h"
-#include "llvm/Bitcode/BitcodeAnalyzer.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
OpenPOWER on IntegriCloud