Re-sort #include lines again, prior to moving headers around.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 08:04:33 +0000 (08:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 08:04:33 +0000 (08:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199080 91177308-0d34-0410-b5e6-96231b3b80d8

21 files changed:
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/Target/X86/X86TargetObjectFile.cpp
lib/Transforms/Scalar/SampleProfile.cpp
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/ChildTarget/Unix/ChildTarget.inc
tools/lli/RemoteMemoryManager.h
tools/lli/RemoteTargetExternal.cpp
tools/lli/RemoteTargetExternal.h
tools/lli/Unix/RemoteTargetExternal.inc
tools/llvm-lto/llvm-lto.cpp
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.cpp
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/lto/lto.cpp

index 2d5b59f83f352d6033ff0a1ed04b48e92e4241ca..507dae2e517c20fbf0410f6d02096f0acc3599f6 100644 (file)
@@ -21,8 +21,8 @@
 #include "llvm/IR/Mangler.h"
 #include "llvm/IR/Module.h"
 #include "llvm/MC/MCAsmInfo.h"
-#include "llvm/PassManager.h"
 #include "llvm/Object/Archive.h"
+#include "llvm/PassManager.h"
 #include "llvm/Support/DynamicLibrary.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MemoryBuffer.h"
index dc006130ce8045bee834140d1c1d5b515eac72d4..709fc972560d9a8a2b0464454c3411fe113dab66 100644 (file)
@@ -8,10 +8,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "X86TargetObjectFile.h"
+#include "llvm/IR/Mangler.h"
 #include "llvm/MC/MCContext.h"
 #include "llvm/MC/MCExpr.h"
 #include "llvm/MC/MCSectionELF.h"
-#include "llvm/IR/Mangler.h"
 #include "llvm/Support/Dwarf.h"
 
 using namespace llvm;
index 47da32a5f28f1dfab4135f8d0946b4342435e78d..bcb0792f911027b3b501d8f221ea596ccfa97978 100644 (file)
 
 #define DEBUG_TYPE "sample-profile"
 
+#include "llvm/Transforms/Scalar.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/OwningPtr.h"
-#include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Analysis/Dominators.h"
-#include "llvm/Analysis/PostDominators.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/Analysis/PostDominators.h"
 #include "llvm/DebugInfo.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Function.h"
@@ -49,7 +50,6 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Regex.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Transforms/Scalar.h"
 
 using namespace llvm;
 
index ab721570c9fe98ce4932176c2f120810c2b5570b..e194038b7d83f027b5cb4566c954f7a214105f01 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Config/config.h" // plugin-api.h requires HAVE_STDINT_H
-#include <plugin-api.h>
 #include "llvm-c/lto.h"
-#include "llvm/ADT/StringSet.h"
 #include "llvm/ADT/OwningPtr.h"
+#include "llvm/ADT/StringSet.h"
 #include "llvm/Support/Errno.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
@@ -29,6 +28,7 @@
 #include <cstring>
 #include <fstream>
 #include <list>
+#include <plugin-api.h>
 #include <vector>
 
 // Support Windows/MinGW crazyness.
index d1dd6d6a6da98689b4118ee03a87e699862b9a64..6373d20811df0846851a702e62dd7fc4c80625f4 100644 (file)
 
 
 #include "llvm/ADT/Triple.h"
-#include "llvm/IR/IRPrintingPasses.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/CodeGen/CommandFlags.h"
 #include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
 #include "llvm/CodeGen/LinkAllCodegenComponents.h"
 #include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IRPrintingPasses.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IRReader/IRReader.h"
 #include "llvm/MC/SubtargetFeature.h"
index c177a047db1c27e3f9692e972975b5525efd3242..dba8966cf4878212e11d897deab3f20626238af2 100644 (file)
@@ -1,5 +1,4 @@
 #include "llvm/Config/config.h"
-
 #include "../RemoteTargetMessage.h"
 #include <assert.h>
 #include <map>
index cc95810dc8c6bf305b890d070a73e616ffe9451a..c71e422c1ac19c5eaf727b698436f5214a72c062 100644 (file)
@@ -12,9 +12,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
index 5d0456f509802cb6e1bdc370b459f8638221730e..b9691f44705f27042dcddb1db66c308afc4783cf 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef REMOTEMEMORYMANAGER_H
 #define REMOTEMEMORYMANAGER_H
 
+#include "RemoteTarget.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ExecutionEngine/JITMemoryManager.h"
@@ -22,8 +23,6 @@
 #include "llvm/Support/Memory.h"
 #include <utility>
 
-#include "RemoteTarget.h"
-
 namespace llvm {
 
 class RemoteMemoryManager : public JITMemoryManager {
index f8c581d57472f5f6bec0b2c8571849231cfde656..809488c9e390305eceee52af5aea96c9cade7029 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Config/config.h"
-
 #include "RemoteTarget.h"
 #include "RemoteTargetExternal.h"
-
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Memory.h"
index a4bfad2f12f28edcbe36bc1e50f2511f791487a8..63548eb52dfd5ed2605cd59f5eed9698f2691bfd 100644 (file)
 #ifndef LLI_REMOTETARGETEXTERNAL_H
 #define LLI_REMOTETARGETEXTERNAL_H
 
-#include "llvm/Config/config.h"
-
+#include "RemoteTarget.h"
+#include "RemoteTargetMessage.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Config/config.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Memory.h"
 #include <stdlib.h>
 #include <string>
 
-#include "RemoteTarget.h"
-#include "RemoteTargetMessage.h"
-
 namespace llvm {
 
 class RemoteTargetExternal : public RemoteTarget {
index 9c1a4cc3155357d8a2126aecd8252027e652bd12..481c1d51569abac44f4ca5c3177be1199076bfe7 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/wait.h>
+#include <unistd.h>
 
 namespace {
 
index 0fc68ae3ad9d1cd0699e07e93eecdacaa4ed58f0..4a421f9e76611c64b9e3154f8f7a7b691316698f 100644 (file)
@@ -20,8 +20,8 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;
 
index 94c35b2e383471170b1e46412865eda67d2a9fe6..6311948a1640d77a254cf3445d02dbb968d073af 100644 (file)
@@ -11,7 +11,6 @@
 #define LLVM_READOBJ_ARMEHABI_PRINTER_H
 
 #include "StreamWriter.h"
-
 #include "llvm/Object/ELF.h"
 #include "llvm/Object/ELFTypes.h"
 #include "llvm/Support/ARMEHABI.h"
index 411846b86749c3b3c3042058fc4bfc3f6a588ae2..1a6384afa000bbffec858e402649432d3d7b03ab 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm-readobj.h"
-#include "ObjDumper.h"
-
 #include "Error.h"
+#include "ObjDumper.h"
 #include "StreamWriter.h"
-
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Object/COFF.h"
 #include "llvm/Object/ObjectFile.h"
+#include "llvm/Support/COFF.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/Compiler.h"
-#include "llvm/Support/COFF.h"
 #include "llvm/Support/DataExtractor.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/Win64EH.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
-
 #include <algorithm>
 #include <cstring>
 #include <time.h>
index 77405714a48000e4d6163e8652bd74d8bd462edf..feb77fd5644c61e486f162e9ae22602a56cc30db 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm-readobj.h"
+#include "ARMEHABIPrinter.h"
 #include "Error.h"
 #include "ObjDumper.h"
 #include "StreamWriter.h"
-#include "ARMEHABIPrinter.h"
-
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Object/ELFObjectFile.h"
 #include "llvm/Support/Compiler.h"
index b97166b4c1bb1332bf4e86f6d9b1c00e77aaca29..6626f4082f817b93cc90109c488029d4a54f3f9d 100644 (file)
@@ -15,7 +15,6 @@
 #include "Error.h"
 #include "ObjDumper.h"
 #include "StreamWriter.h"
-
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Object/MachO.h"
 #include "llvm/Support/Casting.h"
index 61f511740a23a84ec8d738cf7e6bb4b592393485..f500a05815532ae41cae99c61ee986fe35f0010d 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "ObjDumper.h"
-
 #include "Error.h"
 #include "StreamWriter.h"
-
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/raw_ostream.h"
index 129f6e79336e393f3c070ea88c3166c3867512ff..7771d71ef7b5626b03ce54159185db810de8f6e3 100644 (file)
@@ -11,8 +11,8 @@
 #define LLVM_READOBJ_STREAMWRITER_H
 
 #include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/raw_ostream.h"
index c09be74dc7eef5fe5a81137721ddd126f54971b5..2d9f3e50ce6d009fe1e44e105675fc7f9c2648a4 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm-readobj.h"
-
 #include "Error.h"
 #include "ObjDumper.h"
 #include "StreamWriter.h"
-
 #include "llvm/Object/Archive.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/Casting.h"
@@ -38,7 +36,6 @@
 #include "llvm/Support/TargetRegistry.h"
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Support/system_error.h"
-
 #include <string>
 
 
index 320ab3fcbcfe43ebcdef3b0401291bbc9c25e81f..0e6e80a21beffff9f71e613447e259ba0b079b18 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
-
 #include <sstream>
 #include <stdlib.h>
 
index 7bfddcd9ec4cf30babebd28e7bfa5aa98903bbcf..59b778dcc9469e223d434795d3cfb392ccd079b2 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm-c/lto.h"
+#include "llvm-c/Core.h"
+#include "llvm-c/Target.h"
 #include "llvm/CodeGen/CommandFlags.h"
 #include "llvm/LTO/LTOCodeGenerator.h"
 #include "llvm/LTO/LTOModule.h"
-#include "llvm-c/Core.h"
-#include "llvm-c/Target.h"
 
 // extra command-line flags needed for LTOCodeGenerator
 static cl::opt<bool>