llvm-6502/include
Chris Lattner c37fca1492 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3434 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-21 23:48:55 +00:00
..
boost initial checkin 2002-07-23 00:17:55 +00:00
llvm Add a class that is useful for hacking around linking problem due to 2002-08-21 23:48:55 +00:00
Support Simplify interface to parsers. 2002-08-07 18:36:27 +00:00