Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-15 | llvmc: remove dynamic plugins. | Mikhail Glushenkov | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111094 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-10-09 | Raise the limit on built-in plugins in llvmc to 10. | Mikhail Glushenkov | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83614 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-06-23 | Make llvmc work again. | Mikhail Glushenkov | |
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 |