mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Fix a typo that prevents hello.mm from running (and runs hello.m twice).
llvm-svn: 65493
This commit is contained in:
parent
ec34226c2b
commit
980b081d2a
@ -20,7 +20,7 @@ if [ llvm_gcc_supports objc ] then {
|
||||
}
|
||||
|
||||
if [ llvm_gcc_supports obj-c++ ] then {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{mm}]]
|
||||
}
|
||||
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
|
||||
|
Loading…
Reference in New Issue
Block a user