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 {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to