OSDN Git Service

IWYU for llvm-config.h, removals. Also see r331184.
authorNico Weber <nicolasweber@gmx.de>
Mon, 30 Apr 2018 15:26:01 +0000 (15:26 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 30 Apr 2018 15:26:01 +0000 (15:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331190 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/EpochTracker.h
include/llvm/ADT/ilist_node_options.h
include/llvm/Support/Process.h
lib/Support/Locale.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

index db39ba4..4f1a11e 100644 (file)
@@ -17,7 +17,6 @@
 #define LLVM_ADT_EPOCH_TRACKER_H
 
 #include "llvm/Config/abi-breaking.h"
-#include "llvm/Config/llvm-config.h"
 
 #include <cstdint>
 
index c33df1e..7ff4005 100644 (file)
@@ -11,7 +11,6 @@
 #define LLVM_ADT_ILIST_NODE_OPTIONS_H
 
 #include "llvm/Config/abi-breaking.h"
-#include "llvm/Config/llvm-config.h"
 
 #include <type_traits>
 
index b5a915c..ff810da 100644 (file)
@@ -26,7 +26,6 @@
 #define LLVM_SUPPORT_PROCESS_H
 
 #include "llvm/ADT/Optional.h"
-#include "llvm/Config/llvm-config.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/Chrono.h"
 #include "llvm/Support/DataTypes.h"
index 19e9ca9..e57d377 100644 (file)
@@ -1,6 +1,5 @@
 #include "llvm/Support/Locale.h"
 #include "llvm/ADT/StringRef.h"
-#include "llvm/Config/llvm-config.h"
 #include "llvm/Support/Unicode.h"
 
 namespace llvm {
index 27c361f..02af290 100644 (file)
@@ -16,7 +16,6 @@
 #include "llvm/ADT/Triple.h"
 #include "llvm/BinaryFormat/Dwarf.h"
 #include "llvm/CodeGen/AsmPrinter.h"
-#include "llvm/Config/llvm-config.h"
 #include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
 #include "llvm/DebugInfo/DWARF/DWARFDie.h"