r203067 - [Layering] Update include of Linker.h to match its move to a Linker

Chandler Carruth chandlerc at gmail.com
Wed Mar 5 19:46:44 PST 2014


Author: chandlerc
Date: Wed Mar  5 21:46:44 2014
New Revision: 203067

URL: http://llvm.org/viewvc/llvm-project?rev=203067&view=rev
Log:
[Layering] Update include of Linker.h to match its move to a Linker
subdirectory in LLVM r203065.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenAction.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenAction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenAction.cpp?rev=203067&r1=203066&r2=203067&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenAction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenAction.cpp Wed Mar  5 21:46:44 2014
@@ -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"





More information about the cfe-commits mailing list