search for: e8911206

Displaying 2 results from an estimated 2 matches for "e8911206".

Did you mean: 1811206
2003 Nov 18
0
[LLVMdev] Packages
On Mon, 17 Nov 2003, Reid Spencer wrote: > On Mon, 2003-11-17 at 22:44, Chris Lattner wrote: > > > We already have never, ever, delete this flags. "weak" and external > > linkage both guarantee that. If there can be an external caller of some > > function, for example, the optimizer CANNOT delete it, nor can it change > > it's interface. > >
2003 Nov 18
2
[LLVMdev] Packages
On Mon, 2003-11-17 at 22:44, Chris Lattner wrote: > We already have never, ever, delete this flags. "weak" and external > linkage both guarantee that. If there can be an external caller of some > function, for example, the optimizer CANNOT delete it, nor can it change > it's interface. Interesting, I wouldn't have assumed that given LLVM's support for IPO. If