Files
llvm-6502/test/Feature
Chris Lattner abdf0f5327 add alignment info for globals and functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24213 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-06 06:52:11 +00:00
..
2005-05-06 22:33:44 +00:00
2004-11-19 22:45:25 +00:00
2004-12-10 05:39:57 +00:00
2004-11-20 07:29:51 +00:00

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.