mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
f7b3bf53e2
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. llvm-svn: 74000 |
||
---|---|---|
.. | ||
Action.h | ||
Common.td | ||
CompilationGraph.h | ||
Error.h | ||
ForceLinkage.h | ||
ForceLinkageMacros.h | ||
Main.inc | ||
Plugin.h | ||
Tool.h |