[llvm-commits] CVS: llvm/tools/extract/extract.cpp

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:56 PDT 2004



Changes in directory llvm/tools/extract:

extract.cpp updated: 1.24 -> 1.25
---
Log message:

Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352 
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM 
public header files must be under include/llvm/.


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/extract/extract.cpp
diff -u llvm/tools/extract/extract.cpp:1.24 llvm/tools/extract/extract.cpp:1.25
--- llvm/tools/extract/extract.cpp:1.24	Sun Aug 29 14:28:55 2004
+++ llvm/tools/extract/extract.cpp	Wed Sep  1 17:55:37 2004
@@ -18,7 +18,7 @@
 #include "llvm/Bytecode/WriteBytecodePass.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Target/TargetData.h"
-#include "Support/CommandLine.h"
+#include "llvm/Support/CommandLine.h"
 #include "llvm/System/Signals.h"
 #include <memory>
 #include <fstream>






More information about the llvm-commits mailing list