[Bug ld/25389] New: - -Wl,--wrap -fuse-ld=bfd not supported with LTO
Component: ld Assignee: unassigned at sourceware dot org Reporter: cuilili8868 at gmail dot com Target Milestone: --- $ cat a.c int w = 100; int z = 78; extern int foo() { return w + z; } extern int main() { return foo() + foo() * foo(); } $ cat b.c int x = 76; int y = 87
[Bug ld/25389] - -Wl,--wrap -fuse-ld=bfd not supported with LTO
https://sourceware.org/bugzilla/show_bug.cgi?id=25389 cuilili changed: What|Removed |Added CC||cuilili8868 at gmail dot com