mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user