[llvm-commits] CVS: llvm/utils/TableGen/TableGen.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 2 17:53:52 PST 2006



Changes in directory llvm/utils/TableGen:

TableGen.cpp updated: 1.43 -> 1.44
---
Log message:

Add support for "-Ifoo" in addition to "-I foo"


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

 TableGen.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.43 llvm/utils/TableGen/TableGen.cpp:1.44
--- llvm/utils/TableGen/TableGen.cpp:1.43	Thu Mar  2 19:47:14 2006
+++ llvm/utils/TableGen/TableGen.cpp	Thu Mar  2 19:53:40 2006
@@ -84,7 +84,7 @@
 
   cl::list<std::string>
   IncludeDirs("I", cl::desc("Directory of include files"),
-              cl::value_desc("directory"));
+              cl::value_desc("directory"), cl::Prefix);
 }
 
 namespace llvm {






More information about the llvm-commits mailing list