Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 00:24:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230137] cc: -flto link option is broken: unrecognized option '-plugin'
Message-ID:  <bug-230137-227-zkpBYJvhcL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230137-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230137-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230137

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #3 from Ed Maste <emaste@freebsd.org> ---
You can give this a try:
% cc -c -emit-llvm x.c -o x.o && cc -fuse-ld=3Dlld -shared -flto x.o -o x.so

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230137-227-zkpBYJvhcL>