Changes between Initial Version and Version 1 of Ticket #61525, comment 7
- Timestamp:
- Nov 18, 2020, 2:32:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61525, comment 7
initial v1 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 th isessmall ones together and avoid everyone rebuilding clang too mant times. 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 mant 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...