diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-03 09:19:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-03 09:19:00 +0000 |
commit | b6b26921e3a6e0375b76e17e67d8a87dc34bda58 (patch) | |
tree | 6334412de101a0a16aa67ce231db267d1c2e7583 /lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 2c236f3e20a0fb84b5948efa6bb7bb60d759cb32 (diff) |
Add code to link method together with the same name if one is vararg and the other isn't.
This resolves definitions like this:
%list * "foo"(...)
%list * "foo"(int)
together which can often occur because C programmers don't put prototypes in like they should. GRR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions