[llvm] r255144 - clang-format order of gold-plugin includes (NFC)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 11:45:55 PST 2015
Author: tejohnson
Date: Wed Dec 9 13:45:55 2015
New Revision: 255144
URL: http://llvm.org/viewvc/llvm-project?rev=255144&view=rev
Log:
clang-format order of gold-plugin includes (NFC)
Modified:
llvm/trunk/tools/gold/gold-plugin.cpp
Modified: llvm/trunk/tools/gold/gold-plugin.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gold/gold-plugin.cpp?rev=255144&r1=255143&r2=255144&view=diff
==============================================================================
--- llvm/trunk/tools/gold/gold-plugin.cpp (original)
+++ llvm/trunk/tools/gold/gold-plugin.cpp Wed Dec 9 13:45:55 2015
@@ -31,14 +31,14 @@
#include "llvm/IR/Verifier.h"
#include "llvm/Linker/Linker.h"
#include "llvm/MC/SubtargetFeature.h"
-#include "llvm/Object/IRObjectFile.h"
#include "llvm/Object/FunctionIndexObjectFile.h"
-#include "llvm/Support/raw_ostream.h"
+#include "llvm/Object/IRObjectFile.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/Transforms/Utils/GlobalStatus.h"
More information about the llvm-commits
mailing list