DescriptionSubzero: Fix emission of global initializers.
Also changes the szbuild.py script to add -fdata-sections, and entirely removes the -disable-globals option.
The global initializer emission basically copies what llc does, based on 3 properties of the global: constant vs non-constant, internal vs external, and full zero-initializer vs non-trivial initializer.
BUG= none
R=jvoung@chromium.org, kschimpf@google.com
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2a063e2b8e38b49cc5ee4aa33841ce39378de567
Patch Set 1 #Patch Set 2 : Remove the -disable-globals option #
Total comments: 1
Messages
Total messages: 6 (1 generated)
|