[llvm] 81c67da - remove an include that's unused after r347592
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 09:50:17 PST 2020
Author: Nico Weber
Date: 2020-01-16T12:49:54-05:00
New Revision: 81c67da0f20a101b5ee3a9c1ce8c74a6a0a1925c
URL: https://github.com/llvm/llvm-project/commit/81c67da0f20a101b5ee3a9c1ce8c74a6a0a1925c
DIFF: https://github.com/llvm/llvm-project/commit/81c67da0f20a101b5ee3a9c1ce8c74a6a0a1925c.diff
LOG: remove an include that's unused after r347592
Added:
Modified:
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Removed:
################################################################################
diff --git a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
index a9e27832917c..0bb518bf6cce 100644
--- a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
+++ b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -48,7 +48,6 @@
#include "llvm/Support/ThreadPool.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/VCSRevision.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/IPO/FunctionImport.h"
More information about the llvm-commits
mailing list