[PATCH] D21888: [ELF] - Depricate version references.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 02:29:28 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D21888#471132, @ruiu wrote:

> What about non-GNU systems such as BSDs?


I did not check. Generally this change is bit in opposite with documenation I saw before,
as everywhere (ex: https://docs.oracle.com/cd/E19120-01/open.solaris/819-0690/chapter6-80869/index.html) version
dependency or "predecessor" is mentioned as a part of verdef section.

So I guess we can only check to find how much is important to have for other systems.


http://reviews.llvm.org/D21888





More information about the llvm-commits mailing list