Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Dale Johannesen
On Apr 12, 2007, at 2:30 PM, Anton Korobeynikov wrote: > Dale, > >> Log Message: >> --- >> fix linkage of weak/linkonce functions > This patch definitely breaks Qt. This is very "fragile" place. In the > past we've marked linkonce too much in order not to break stuff > causing > undefin

Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Chris Lattner
On Apr 12, 2007, at 2:30 PM, Anton Korobeynikov wrote: > Dale, > >> Log Message: >> --- >> fix linkage of weak/linkonce functions > This patch definitely breaks Qt. This is very "fragile" place. In the > past we've marked linkonce too much in order not to break stuff > causing > undefin

Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Anton Korobeynikov
Dale, > Log Message: > --- > fix linkage of weak/linkonce functions This patch definitely breaks Qt. This is very "fragile" place. In the past we've marked linkonce too much in order not to break stuff causing undefined references. -- With best regards, Anton Korobeynikov. Faculty of M

[llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread johannes
Revision: 126022 Author: johannes Date: 2007-04-12 13:54:24 -0700 (Thu, 12 Apr 2007) Log Message: --- fix linkage of weak/linkonce functions Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp ==