Displaying 3 results from an estimated 3 matches for "fdiagnose".
Did you mean:
diagnose
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...e scope of the first
implementation.
So in your scenario, right now we would be unable to diagnose all ODR
violations if the user linking the object is also including ODR information
in their own object files, so we would probably need to warn anyway. So
what I think we should do is document that -fdiagnose-odr-violations should
not be used if you plan to ship the resulting object file. We can consider
removing this restriction later, if we ever stabilise ODR hashes (and I
think that if/when we do that, that would be the right time to consider
supporting old format versions indefinitely).
But that al...
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...h.
Peter
So in your scenario, right now we would be unable to diagnose all ODR
>> violations if the user linking the object is also including ODR information
>> in their own object files, so we would probably need to warn anyway. So
>> what I think we should do is document that -fdiagnose-odr-violations should
>> not be used if you plan to ship the resulting object file. We can consider
>> removing this restriction later, if we ever stabilise ODR hashes (and I
>> think that if/when we do that, that would be the right time to consider
>> supporting old format...
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
On Wed, Jun 14, 2017 at 1:41 PM Peter Collingbourne <peter at pcc.me.uk> wrote:
> On Wed, Jun 14, 2017 at 12:47 PM, David Blaikie <dblaikie at gmail.com>
> wrote:
>
>>
>>
>> On Tue, Jun 13, 2017, 11:30 PM Peter Collingbourne <peter at pcc.me.uk>
>> wrote:
>>
>>> On Tue, Jun 13, 2017 at 11:06 PM, David Blaikie <dblaikie at