]> granicus.if.org Git - llvm/commitdiff
[ThinLTO] Remove unnecessary include of Linker.h (NFC)
authorTeresa Johnson <tejohnson@google.com>
Thu, 22 Jun 2017 16:18:48 +0000 (16:18 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 22 Jun 2017 16:18:48 +0000 (16:18 +0000)
The ModuleLinker is no longer used by ThinLTO, so this is not needed.

Patch by Benoit Belley <Benoit.Belley@autodesk.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306028 91177308-0d34-0410-b5e6-96231b3b80d8

lib/LTO/ThinLTOCodeGenerator.cpp

index e4094d44867b2d5ef057ce6cd5408d6c991e4ac9..1efd481b246c80c558829b7c2db5b28df1d01458 100644 (file)
@@ -32,7 +32,6 @@
 #include "llvm/IR/Verifier.h"
 #include "llvm/IRReader/IRReader.h"
 #include "llvm/LTO/LTO.h"
-#include "llvm/Linker/Linker.h"
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/Object/IRObjectFile.h"
 #include "llvm/Support/CachePruning.h"