Re: [RFC v2] c++: Quoting in -fmodules-mapper [PR110153]

2025-07-13 Thread Nicolas Werner
Am Freitag, 11. Juli 2025, 18:42:34 Mitteleuropäische Sommerzeit schrieb Jason Merrill: > On 7/10/25 4:41 PM, Nicolas Werner wrote: > > Users might be using a space in their build directory path. To allow > > specifying such a root for the module mapper started by GCC, we need the > > command to a

Re: [RFC v2] c++: Quoting in -fmodules-mapper [PR110153]

2025-07-11 Thread Jason Merrill
On 7/10/25 4:41 PM, Nicolas Werner wrote: Users might be using a space in their build directory path. To allow specifying such a root for the module mapper started by GCC, we need the command to allow quotes. Previously quoting a path passed to the module mapper was not possible, so replace the c

[RFC v2] c++: Quoting in -fmodules-mapper [PR110153]

2025-07-10 Thread Nicolas Werner
Users might be using a space in their build directory path. To allow specifying such a root for the module mapper started by GCC, we need the command to allow quotes. Previously quoting a path passed to the module mapper was not possible, so replace the custom argv parsing with the argv parsing log