[llvm-commits] CVS: llvm/test/FrontendObjC/dg.exp
Reid Spencer
reid at x10sys.com
Sat Apr 21 14:46:12 PDT 2007
Changes in directory llvm/test/FrontendObjC:
dg.exp updated: 1.1 -> 1.2
---
Log message:
Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single
llvm_gcc_supports function that takes the language as an argument. Base that
function on the new LLVMGCC_LANGS configured variable so that we don't have
to execute feature checks during the test run.
---
Diffs of the changes: (+1 -1)
dg.exp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/FrontendObjC/dg.exp
diff -u llvm/test/FrontendObjC/dg.exp:1.1 llvm/test/FrontendObjC/dg.exp:1.2
--- llvm/test/FrontendObjC/dg.exp:1.1 Fri Apr 20 16:24:01 2007
+++ llvm/test/FrontendObjC/dg.exp Sat Apr 21 16:45:51 2007
@@ -1,6 +1,6 @@
load_lib llvm.exp
-if [ llvm_gcc_supports_objc ] then {
+if [ llvm_gcc_supports objc ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
}
More information about the llvm-commits
mailing list