llvm-6502/test
Dan Gohman 9c7a988e3b Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
filename in the output, which interferes with the tests' grep lines.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81263 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-08 22:57:49 +00:00
..
Analysis Convert a few more opt | llvm-dis to opt -S. 2009-09-08 22:41:33 +00:00
Archive
Assembler Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. 2009-09-08 22:51:43 +00:00
DebugInfo Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
ExecutionEngine
Feature Use "opt < %s" instead of "opt %s" so that opt doesn't print the test 2009-09-08 22:57:49 +00:00
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC
Other Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
Scripts
TableGen
Transforms Use "opt < %s" instead of "opt %s" so that opt doesn't print the test 2009-09-08 22:57:49 +00:00
Verifier
lit.cfg
Makefile
Makefile.tests
TestRunner.sh