https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253716

Kyle Evans <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Kyle Evans <[email protected]> ---
I took a little bit of a look at this, and noted that lib/findprog-in.o ->
lib/libgnu.a which does appear on the cut off part of the linker command that
fails in the picture. AFAICT find_in_given_path does make the trip into
libgnu.a, annotated like so:

define dso_local i8* @find_in_given_path(i8* %0, i8* %1, i1 zeroext %2)
local_unnamed_addr #0 {
^4 = gv: (name: "find_in_given_path", summaries: (function: (module: ^0, flags:
(linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 1, canAutoHide:
0), insts: 119, calls: ((callee: ^9), (callee: ^5), (callee: ^8), (callee: ^3),
(callee: ^13), (callee: ^11), (callee: ^2), (callee: ^6), (callee: ^10)), refs:
(^14, ^15)))) ; guid = 1239841682990232801

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to