[PATCH] D21890: [ELF] - Do not error out when version declaration not found when building executable.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 08:36:21 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D21890#471347, @emaste wrote:

> With this change and a workaround for PR 28357 <https://llvm.org/bugs/show_bug.cgi?id=28357> I can link the FreeBSD base system without disabling symver.
>
> (For the PR 28357 workaround I removed most of the extern "C++" entries from the version script and replaced those that are actually used by other components in the base system with their mangled names.)


Cool ! :) I started working on PR28357, hope to have something soon, probably tomorrow.


http://reviews.llvm.org/D21890





More information about the llvm-commits mailing list