commit | 9251cb2ecd02fc820ab1f139002d5c671e35960a | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Thu Aug 19 21:52:49 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Thu Aug 19 21:52:49 2004 +0000 |
tree | f6ca6a99c6922560f95e44bd6ebffc3b107e4f34 | |
parent | 170943a795444e1a865bdaa4b5e6ad4b9674460e [diff] [blame] |
Actually let it compile after file name changes. llvm-svn: 15931
diff --git a/llvm/tools/llvmc/llvmc.cpp b/llvm/tools/llvmc/llvmc.cpp index 6c519cf..cd7c0ab 100644 --- a/llvm/tools/llvmc/llvmc.cpp +++ b/llvm/tools/llvmc/llvmc.cpp
@@ -15,7 +15,7 @@ //===------------------------------------------------------------------------=== #include "CompilerDriver.h" -#include "ConfigData.h" +#include "Configuration.h" #include "llvm/System/Signals.h" #include "Support/CommandLine.h" #include <iostream>