[PATCH] D13309: Marking exported symbols as visible.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 15:19:48 PDT 2015


aizatsky added a comment.

> Is this testable within libFuzzer?


This breaks in chrome because linker is stricter in chrome. It doesn't allow reexporting of private symbols there.


http://reviews.llvm.org/D13309





More information about the llvm-commits mailing list