[llvm-commits] [llvm] r74663 - /llvm/trunk/include/llvm-c/lto.h
Chris Lattner
clattner at apple.com
Wed Jul 1 18:19:42 PDT 2009
On Jul 1, 2009, at 4:53 PM, Owen Anderson wrote:
>
> On Jul 1, 2009, at 4:39 PM, Devang Patel wrote:
>
>> On Wed, Jul 1, 2009 at 4:28 PM, Owen Anderson<resistor at mac.com>
>> wrote:
>>> Author: resistor
>>> Date: Wed Jul 1 18:28:55 2009
>>> New Revision: 74663
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=74663&view=rev
>>> Log:
>>> Fix the LTO header for LLVMContext changes.
>>
>> What about LTO clients ?
>
> The only in-tree client I'm aware of is the Gold plugin, and Nicholas
> has agreed to update it, since I can't test it.
No, this is not acceptable. No C APIs are allowed to change, ever.
If this is important, add new APIs.
-Chris
More information about the llvm-commits
mailing list