Skip to content
Commit 1f3947c1 authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 1102
parent 3855f2c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment