OSDN Git Service

Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 21:45:51 +0000 (21:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 21:45:51 +0000 (21:45 +0000)
commit12d81f3ff45c749eebd8e80642870e5e1bad1167
tree70a948e5e7c1319f034ea84b73b68a8db93e02a9
parent51162baae15ab57f70fc699e1382328f3b96e91b
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36322 91177308-0d34-0410-b5e6-96231b3b80d8
test/FrontendAda/dg.exp
test/FrontendObjC/dg.exp
test/lib/llvm.exp