hanchenye-llvm-project/llvm/test/Feature
Tanya Lattner 5f06ac1762 Fix for objdir != srcdir.
llvm-svn: 17597
2004-11-07 23:24:21 +00:00
..
README.txt
basictest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
calltest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
casttest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
cfgstructures.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constexpr.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constexprbad.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constpointer.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
dg.exp Fix for objdir != srcdir. 2004-11-07 23:24:21 +00:00
forwardreftest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
globalredefinition.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
globalvars.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
indirectcall.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
indirectcall2.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
intrinsics.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
opaquetypes.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
packed.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
properties.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
prototype.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
recursivetype.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
simplecalltest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
small.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
smallest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testalloca.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testconstants.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testlogical.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testmemory.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testswitch.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testvarargs.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
undefined.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
unreachable.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
varargs.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
weirdnames.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00

README.txt

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples.  Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.