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

subdirectory in LLVM r203065.

llvm-svn: 203067
This commit is contained in:
Chandler Carruth 2014-03-06 03:46:44 +00:00
parent 8a71625ad1
commit 00fa3f7bf1
1 changed files with 1 additions and 1 deletions

View 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"