llvm-6502/test
Reid Spencer 12d81f3ff4 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
2007-04-21 21:45:51 +00:00
..
Analysis New test case. 2007-04-21 00:34:37 +00:00
Archive This needs to stay in the old bytecode format. 2007-04-16 03:35:24 +00:00
Assembler add support for alignment attributes on load/store instructions 2007-04-21 08:16:25 +00:00
BugPoint
Bytecode
C++Frontend Make it work on 64-bit systems. 2007-04-17 05:48:35 +00:00
CFrontend make this portable to 64-bit hosts 2007-04-21 03:35:28 +00:00
CodeGen Use the llvm_supports_target function to prevent running of tests for 2007-04-21 20:41:27 +00:00
Debugger
DebugInfo
ExecutionEngine
Feature For PR1319: 2007-04-16 17:36:08 +00:00
FrontendAda Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single 2007-04-21 21:45:51 +00:00
FrontendObjC Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single 2007-04-21 21:45:51 +00:00
Integer
lib Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single 2007-04-21 21:45:51 +00:00
Linker For PR1319: 2007-04-16 17:36:08 +00:00
Other
Scripts
TableGen For PR1319: 2007-04-16 15:31:49 +00:00
Transforms Add PR number for reference. 2007-04-16 23:52:37 +00:00
Verifier
.cvsignore
Makefile Pass the LLVMGCC_LANGS variable through to Tcl. 2007-04-21 21:43:18 +00:00
Makefile.tests Failure.sh is dead, remove it. 2007-04-21 20:46:55 +00:00
TestRunner.sh