llvm-6502/projects/sample
Reid Spencer 42fe455d37 For PR780:
1. Change the usage of LOADABLE_MODULE so that it implies all the things
   necessary to make a loadable module. This reduces the user's burdern to
   get a loadable module correctly built.
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
   for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
   its little library. This was just wasteful and not instructive at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29551 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-07 23:12:15 +00:00
..
autoconf Have the AutoRegen.sh script prompt the user for the LLVM src and obj 2006-04-18 06:27:47 +00:00
include Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
lib For PR780: 2006-08-07 23:12:15 +00:00
tools For PR780: 2006-08-07 23:12:15 +00:00
.cvsignore Ignored generated files. 2006-03-23 23:53:13 +00:00
configure Update to reflect various changes in the autoconf directory. THe 2005-02-24 18:53:47 +00:00
Makefile oops 2005-07-05 16:36:18 +00:00
Makefile.common.in Update per new Makefile requirements for projects 2005-01-16 02:21:42 +00:00