Changes between Version 1 and Version 2 of Ticket #61525, comment 7


Ignore:
Timestamp:
Nov 18, 2020, 2:33:03 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61525, comment 7

    v1 v2  
    11seems to me the safest approach, and a simple backported one-liner. Might have to also apply in the lldb subport, NB.
    22
    3 I have another minor patch for clang 9 & 10 to do as well, so I can put a few of these small ones together and avoid everyone rebuilding clang too mant times. It's the reinplace issue I fixed in the recent clang-devel.
     3I have another minor patch for clang 9 & 10 to do as well, so I can put a few of these small ones together and avoid everyone rebuilding clang too many times. It's the reinplace issue I fixed in the recent clang-devel.
    44
    55There's a more complicated reinplace issue involving a debug variant of clang that I might never fix...