mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix a typo that prevents hello.mm from running (and runs hello.m twice).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a87008d90b
commit
1aa1f74a09
@ -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