diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-21 23:48:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-21 23:48:55 +0000 |
commit | c37fca1492a26e0eb4eb1e77833a1489fa73ff62 (patch) | |
tree | a19481de037cd710ac884d26188718d5e88ba97b /lib/Transforms/ExprTypeConvert.cpp | |
parent | d6118277b0b0ccbda11f19ce137d6ee88a051157 (diff) |
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
Diffstat (limited to 'lib/Transforms/ExprTypeConvert.cpp')
0 files changed, 0 insertions, 0 deletions