forked from OSchip/llvm-project
[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:
parent
8a71625ad1
commit
00fa3f7bf1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue