From: Chandler Carruth Date: Thu, 6 Mar 2014 03:46:44 +0000 (+0000) Subject: [Layering] Update include of Linker.h to match its move to a Linker X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73c5236aa869f67605761d120a0fefa4043682ad;p=clang [Layering] Update include of Linker.h to match its move to a Linker subdirectory in LLVM r203065. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203067 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenAction.cpp b/lib/CodeGen/CodeGenAction.cpp index 2dab64072d..3a09127957 100644 --- a/lib/CodeGen/CodeGenAction.cpp +++ b/lib/CodeGen/CodeGenAction.cpp @@ -26,7 +26,7 @@ #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/IRReader/IRReader.h" -#include "llvm/Linker.h" +#include "llvm/Linker/Linker.h" #include "llvm/Pass.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/SourceMgr.h"