diff options
author | Sean Silva <silvas@purdue.edu> | 2013-06-21 00:27:50 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-06-21 00:27:50 +0000 |
commit | aff5125f88c6cb31d3d6b19a06ae4178e3ae6e13 (patch) | |
tree | 0ed5756ace8835ae6e398119433a9d1c36147a57 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | 6c92b1fc3db6d7598c3fc70a6ebd5715751ed60e (diff) | |
download | bcm5719-llvm-aff5125f88c6cb31d3d6b19a06ae4178e3ae6e13.tar.gz bcm5719-llvm-aff5125f88c6cb31d3d6b19a06ae4178e3ae6e13.zip |
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Instead, just have 3 sub-lists, one for each of
{STB_LOCAL,STB_GLOBAL,STB_WEAK}.
This allows us to be a lot more explicit w.r.t. the symbol ordering in
the object file, because if we allowed explicitly setting the STB_*
`Binding` key for the symbol, then we might have ended up having to
shuffle STB_LOCAL symbols to the front of the list, which is likely to
cause confusion and potential for error.
Also, this new approach is simpler ;)
llvm-svn: 184506
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
0 files changed, 0 insertions, 0 deletions