[llvm-commits] CVS: llvm/test/lib/llvm.exp

Duncan Sands baldrick at free.fr
Mon Apr 23 01:11:04 PDT 2007


Hi Reid,

> +  if { [ string first "$lang" "$llvmgcc_langs" ] >= 0 } {

won't c match c,c++,objc and objc++; and c++ match both c++ and objc++,
etc?

Best wishes,

Duncan.



More information about the llvm-commits mailing list