bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/30374] ld: Add --remap-inputs-file= to remap input files


From: i at maskray dot me
Subject: [Bug ld/30374] ld: Add --remap-inputs-file= to remap input files
Date: Mon, 24 Apr 2023 17:07:46 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30374

--- Comment #1 from Fangrui Song <i at maskray dot me> ---
I have picked `=` as a separator a la -fdebug-prefix-map=. --remap-inputs= may
be handy to specify just one pattern. Here is an example:

--remap-inputs-file=1.map --remap-inputs-file=2.map --remap-inputs='d*.so=d.so'

where 1.map contains

aa.o=a.o
b?.[b]c=b.o

and 2.map contains

cc.a=c.a
## Use /dev/null to indicate an input file which should be ignored.
empty=/dev/null

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]