llvm-6502/tools/llvmc
Mikhail Glushenkov d80d8690af Make llvmc work again.
Chris recently broke llvmc with his Makefile changes (r75379). That patch made
the global change .o -> .a, which caused built-in llvmc plugins to stop working
since plugin initialization in llvmc is based on static variables not referenced
from the main executable. This patch implements auto-generated forced references
to the plugin libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74000 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 20:46:48 +00:00
..
doc Another small documentation update. 2009-06-17 02:56:08 +00:00
driver Make llvmc work again. 2009-06-23 20:46:48 +00:00
example A basic PIC16 toolchain driver. 2009-06-07 07:08:01 +00:00
plugins Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CMakeLists.txt Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
Makefile Add example/Skeleton. 2009-03-03 11:02:48 +00:00