[llvm-commits] CVS: llvm/test/FrontendAda/dg.exp

Reid Spencer reid at x10sys.com
Sat Apr 21 14:46:14 PDT 2007



Changes in directory llvm/test/FrontendAda:

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/FrontendAda/dg.exp
diff -u llvm/test/FrontendAda/dg.exp:1.1 llvm/test/FrontendAda/dg.exp:1.2
--- llvm/test/FrontendAda/dg.exp:1.1	Sat Apr 21 15:20:47 2007
+++ llvm/test/FrontendAda/dg.exp	Sat Apr 21 16:45:51 2007
@@ -1,6 +1,6 @@
 load_lib llvm.exp
 
-if [ llvm_gcc_supports_ada ] then {
+if [ llvm_gcc_supports ada ] then {
     RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{adb,ads}]]
 }
 






More information about the llvm-commits mailing list