1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Support Objective C++ too.

llvm-svn: 42610
This commit is contained in:
Bill Wendling 2007-10-04 18:47:25 +00:00
parent 4ff1a54e83
commit 8fa43b0ffc

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}]]
}