OSDN Git Service

Export type-info symbols.
authorNicolas Capens <capn@google.com>
Wed, 19 Jul 2017 15:39:28 +0000 (11:39 -0400)
committerNicolas Capens <nicolascapens@google.com>
Wed, 19 Jul 2017 18:14:49 +0000 (18:14 +0000)
commit14534b56bbd0d6cb9c6d01ab6f8bbfec4f3e93cc
tree8798629bb05dc378906e946e5091a5c7254de17d
parent5de90b247854dfa8c78c219ea1c611a2d61ae5ff
Export type-info symbols.

Sanitizer tools require type information to catch undefined behavior and
other issues. This wasn't available accross libraries due to the version
script giving them hidden visibility, leading to false positives.

Bug chromium:737384

Change-Id: Iab3e25f4da3672f694e32c1c89278a3fe677d51a
Reviewed-on: https://swiftshader-review.googlesource.com/10728
Tested-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Corentin Wallez <cwallez@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
src/OpenGL/libEGL/exports.map
src/OpenGL/libGLESv2/exports.map