Support Objective C++ too.

llvm-svn: 42610
This commit is contained in:
Bill Wendling 2007-10-04 18:47:25 +00:00
parent c20518d0df
commit eaa909f08e
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ load_lib llvm.exp
if [ llvm_gcc_supports objc ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{mm}]]
}