[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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219593 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2014-10-13 00:41:03 +00:00
parent b85e7ae9ab
commit f591f3755e
2 changed files with 0 additions and 4 deletions

View File

@ -152,9 +152,6 @@ module LLVM_Utils {
// Exclude this; it's only included on AIX and fundamentally non-modular.
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"

View File

@ -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;