OSDN Git Service

Subzero: Fix szbuild.py linking.
authorJim Stichnoth <stichnot@chromium.org>
Thu, 6 Aug 2015 21:56:42 +0000 (14:56 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Thu, 6 Aug 2015 21:56:42 +0000 (14:56 -0700)
commit88ab5ca48564f4863d71f43bdfe0f1104e038ece
tree6c95a5a827b5bdb4e1b225353aeabd5cbaccbc03
parentac7d73441e1c599108b20c4702a96db0e956889e
Subzero: Fix szbuild.py linking.

The symbol __Sz_block_profile_info needs to be explicitly globalized when combining llc and Subzero .o output, i.e. when the --include or --exclude options are used.

BUG= none
R=jpp@chromium.org

Review URL: https://codereview.chromium.org/1275983003.
pydir/szbuild.py