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

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 08:26:50 PDT 2016


emaste added a comment.

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.)


http://reviews.llvm.org/D21890





More information about the llvm-commits mailing list