diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-16 21:57:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-16 21:57:06 +0000 |
commit | f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1 (patch) | |
tree | a374b840446fcc6cd5e6fb557dd14c2bae183447 /llvm/tools/lto/LTOCodeGenerator.cpp | |
parent | f523bb584c3d479e17a1a95ec0f775f62f93a968 (diff) | |
download | bcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.tar.gz bcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.zip |
move the mangler into libtarget from vmcore.
llvm-svn: 93664
Diffstat (limited to 'llvm/tools/lto/LTOCodeGenerator.cpp')
-rw-r--r-- | llvm/tools/lto/LTOCodeGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lto/LTOCodeGenerator.cpp b/llvm/tools/lto/LTOCodeGenerator.cpp index 5fbdf9285b5..6201d764b03 100644 --- a/llvm/tools/lto/LTOCodeGenerator.cpp +++ b/llvm/tools/lto/LTOCodeGenerator.cpp @@ -32,13 +32,13 @@ #include "llvm/CodeGen/FileWriters.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/FormattedStream.h" -#include "llvm/Support/Mangler.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/StandardPasses.h" #include "llvm/Support/SystemUtils.h" #include "llvm/System/Host.h" #include "llvm/System/Program.h" #include "llvm/System/Signals.h" +#include "llvm/Target/Mangler.h" #include "llvm/Target/SubtargetFeature.h" #include "llvm/Target/TargetOptions.h" #include "llvm/MC/MCAsmInfo.h" |