Re: [PATCH PR69821] gcc: add option gno-record-debug-prefix-map

2016-02-15 Thread Hongxu Jia
On 02/15/2016 04:09 PM, Hongxu Jia wrote: PR other/69821 * common.opt (grecord-debug-prefix-map, gno-record-debug-prefix-map): New options. * dwarf2out.c:(gen_producer_string) Use option to filter -fdebug-prefix-map * doc/invoke.texi: Document -grecord-debug-prefix-map and

[PATCH PR69821] gcc: add option gno-record-debug-prefix-map

2016-02-15 Thread Hongxu Jia
PR other/69821 * common.opt (grecord-debug-prefix-map, gno-record-debug-prefix-map): New options. * dwarf2out.c:(gen_producer_string) Use option to filter -fdebug-prefix-map * doc/invoke.texi: Document -grecord-debug-prefix-map and -gno-record-debug-prefix-map. Signed-off-by: Hon