mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
[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:
parent
b85e7ae9ab
commit
f591f3755e
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user