summaryrefslogtreecommitdiff
path: root/LLVMBuild.txt
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-06-21 00:27:50 +0000
committerSean Silva <silvas@purdue.edu>2013-06-21 00:27:50 +0000
commit4235ba32f2610ee2ed1e0c4bfca5c67835e9f97d (patch)
treeaa2148433b9e8a6d81ca6e871f18f1122e1bfd45 /LLVMBuild.txt
parent2b7cdf09a142b7f3e9a0ec8c7044eaf89bc59caa (diff)
downloadllvm-4235ba32f2610ee2ed1e0c4bfca5c67835e9f97d.tar.gz
llvm-4235ba32f2610ee2ed1e0c4bfca5c67835e9f97d.tar.bz2
llvm-4235ba32f2610ee2ed1e0c4bfca5c67835e9f97d.tar.xz
[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 ;) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LLVMBuild.txt')
0 files changed, 0 insertions, 0 deletions