[PATCH] D21607: [ELF] - Proccess 'extern' keyword in version scripts.

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 08:06:05 PDT 2016


emaste added a comment.

> Here is that script file: https://github.com/freebsd/freebsd/blob/master/gnu/lib/libsupc%2B%2B/Version.map


libsupc++ in the FreeBSD base system is only built on GCC-using architectures (e.g. MIPS). It isn't built in the default toolchain configuration for Tier-1 architectures and for current efforts using lld to link FreeBSD on x86 or arm we don't need to worry about this.


http://reviews.llvm.org/D21607





More information about the llvm-commits mailing list