summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-10-13 00:41:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-10-13 00:41:03 +0000
commitdc69ce32efed925bc52cc0b9dc0014b2dbd98afa (patch)
treea7ab2761e7fd4960785af90b64e5344f20ada8da
parent24165219b1d0119f559685aa10503add9ed04b78 (diff)
downloadbcm5719-llvm-dc69ce32efed925bc52cc0b9dc0014b2dbd98afa.tar.gz
bcm5719-llvm-dc69ce32efed925bc52cc0b9dc0014b2dbd98afa.zip
[modules] Stop excluding Support/Debug.h from the Support module. This header
has been modular since r206822, and excluding it was leading to workarounds such as the one in r219592, which this change removes. llvm-svn: 219593
-rw-r--r--llvm/include/llvm/module.modulemap3
-rw-r--r--llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index bae6f6da437..46f6e40041e 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -153,9 +153,6 @@ module LLVM_Utils {
exclude header "Support/AIXDataTypesFix.h"
// Exclude this; it's fundamentally non-modular.
- exclude header "Support/Debug.h"
-
- // Exclude this; it's fundamentally non-modular.
exclude header "Support/PluginLoader.h"
// Exclude this; it's a weirdly-factored part of llvm-gcov and conflicts
diff --git a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
index 9da93424a8b..06b8acd9c75 100644
--- a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
+++ b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
@@ -13,7 +13,6 @@
#include "llvm/Analysis/BlockFrequencyInfoImpl.h"
#include "llvm/ADT/SCCIterator.h"
-#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud