Linker.h moved to include/llvm/Support

llvm-svn: 14349
This commit is contained in:
Misha Brukman 2004-06-23 17:24:31 +00:00
parent 49bb82a4b8
commit 09f04aa331
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/Utils/Linker.h"
#include "llvm/Support/Linker.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"