Although, for some reason, the clang frontend strips out the --no-demangle option when passed via -Wl, see fb3d747fc6c36e819980e8a1f8e8804cdf9c8ef5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93950
[LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linker ClosedPublic Authored by mstorsjo on Dec 30 2020, 1:06 PM.
Details Summary Although, for some reason, the clang frontend strips out the --no-demangle option when passed via -Wl, see fb3d747fc6c36e819980e8a1f8e8804cdf9c8ef5.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2021, 3:51 PM Closed by commit rG248e3450fb8a: [LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linker (authored by mstorsjo). · Explain WhyJan 7 2021, 12:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315057 lld/MinGW/Driver.cpp
lld/MinGW/Options.td
lld/test/MinGW/driver.test
|