Changes between Version 1 and Version 2 of Ticket #61525, comment 7
- Timestamp:
- Nov 18, 2020, 2:33:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61525, comment 7
v1 v2 1 1 seems to me the safest approach, and a simple backported one-liner. Might have to also apply in the lldb subport, NB. 2 2 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 man ttimes. It's the reinplace issue I fixed in the recent clang-devel.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 many times. It's the reinplace issue I fixed in the recent clang-devel. 4 4 5 5 There's a more complicated reinplace issue involving a debug variant of clang that I might never fix...