summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:50:40 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:50:40 +0000
commit4a1a77c1c9e0992735aa66b75c9e4c75c3b70561 (patch)
treee2b08ff91496f34d8c324f1fb1c498547c8a9749 /utils
parentc82ce4a8a7d2e09cc2b510a6759e169e28dd136a (diff)
downloadexternal_llvm-4a1a77c1c9e0992735aa66b75c9e4c75c3b70561.zip
external_llvm-4a1a77c1c9e0992735aa66b75c9e4c75c3b70561.tar.gz
external_llvm-4a1a77c1c9e0992735aa66b75c9e4c75c3b70561.tar.bz2
Move llvmc2 header files under include/llvm/CompilerDriver
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index 9bb3be3..4372903 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -1722,9 +1722,9 @@ void EmitRegisterPlugin(std::ostream& O) {
/// EmitInclude - Emit necessary #include directives.
void EmitIncludes(std::ostream& O) {
- O << "#include \"CompilationGraph.h\"\n"
- << "#include \"Plugin.h\"\n"
- << "#include \"Tool.h\"\n\n"
+ O << "#include \"llvm/CompilerDriver/CompilationGraph.h\"\n"
+ << "#include \"llvm/CompilerDriver/Plugin.h\"\n"
+ << "#include \"llvm/CompilerDriver/Tool.h\"\n\n"
<< "#include \"llvm/ADT/StringExtras.h\"\n"
<< "#include \"llvm/Support/CommandLine.h\"\n\n"