summaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueTracking.cpp
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-12-14 20:28:38 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-12-14 20:28:38 +0000
commitd3eb4f46f011f5880e09862559c17f03e38bef39 (patch)
tree4392d6217be880889afd7cf6f7f5ada9a0c64e92 /lib/Analysis/ValueTracking.cpp
parent99cbdde6198623ff014c776743caec2cf48f4840 (diff)
downloadllvm-d3eb4f46f011f5880e09862559c17f03e38bef39.tar.gz
llvm-d3eb4f46f011f5880e09862559c17f03e38bef39.tar.bz2
llvm-d3eb4f46f011f5880e09862559c17f03e38bef39.tar.xz
This patch removes some nondeterminism from direct object file output
for TLS dynamic models on 64-bit PowerPC ELF. The default sort routine for relocations only sorts on the r_offset field; but with TLS, there can be two relocations with the same r_offset. For PowerPC, this patch sorts secondarily on descending r_type, which matches the behavior expected by the linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ValueTracking.cpp')
0 files changed, 0 insertions, 0 deletions