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

--- Comment #1 from Ed Maste <ema...@freebsd.org> ---
It appears that clang 11 in the base system has this issue on Linux and
FreeBSD.

Testing upstream I see that the flag is passed to the linker for
--target=x86_64-unknown-linux-gnu but not for --target=x86_64-unknown-freebsd.

Compare upstream
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/Driver/ToolChains/FreeBSD.cpp

freebsd::Linker::ConstructJob() needs to have added

  AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to