1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
Go to file
Chris Lattner 78cb7cd03d Add a class that is useful for hacking around linking problem due to
pass implementations not being linked in when they are used if the
implementation is in a .a file.

  - Fighting with linking problem due to removing the ::ID elements.  Now the
    implementation .cpp files for analyses are not being included into gccas
    and friends because it is linking to the .a file and there is no explicit
    symbol reference to bring in the .o file.  The new IncludeFile hack is the
    result.

llvm-svn: 3434
2002-08-21 23:48:55 +00:00
docs Fix typeo noticed by Bryan 2002-08-19 21:14:38 +00:00
include Add a class that is useful for hacking around linking problem due to 2002-08-21 23:48:55 +00:00
lib - Split Dominators.h into Dominators.h & PostDominators.h 2002-08-21 23:43:50 +00:00
runtime Pass renamed 2002-07-30 00:53:26 +00:00
support/lib/Support Simplify writing custom parsers. 2002-08-07 18:36:37 +00:00
test Fix store to not index 2002-08-21 22:45:23 +00:00
tools Fixed linking problems that wanted me to link to analyze.o instead of analyze.a 2002-08-21 23:47:46 +00:00
utils Ignore the boost #include files 2002-07-23 17:56:32 +00:00
cvsupdate Merge Chris's script with the one already checked in 2002-04-29 19:11:01 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Ignore the boost #include files 2002-07-23 17:56:32 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Throw purify temporary files into /shared if we have it. 2002-08-17 21:39:58 +00:00
Makefile.rules Throw purify temporary files into /shared if we have it. 2002-08-17 21:39:58 +00:00