[PATCH] D26754: [ELF] - Separate locals list from versions.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 10:51:46 PST 2016


>LGTM.
>
>I would suggest removing
>
>  if (VerStr.empty())
>    setError("locals list for anonymous version is not supported");
>
>in a followup patch as the should now be easy.
>
>Cheers,
>Rafael

I'll check that. We'll want to have testcases anyways I think.
At the same time I did not see any application/port that uses that.
That is the main reason I did not post the patch yet.

Best regards,
George.


More information about the llvm-commits mailing list