]> granicus.if.org Git - clang/commitdiff
[Layering] Update include of Linker.h to match its move to a Linker
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:46:44 +0000 (03:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:46:44 +0000 (03:46 +0000)
subdirectory in LLVM r203065.

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

lib/CodeGen/CodeGenAction.cpp

index 2dab64072df9a3ecacdfb68cbe2f2687f8985dc2..3a091279574524dc177230941bb806f598f00c99 100644 (file)
@@ -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"