summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
diff options
context:
space:
mode:
authorWill Schmidt <will_schmidt@vnet.ibm.com>2014-10-15 18:34:04 +0000
committerWill Schmidt <will_schmidt@vnet.ibm.com>2014-10-15 18:34:04 +0000
commita286594237595702be3a8f31ffb04c9136badbbb (patch)
treeb999b458b39574ff0597854cebc36fed42d383d8 /llvm/tools/llvm-readobj/ELFDumper.cpp
parent12cd21aacd916b7c41a84c56eac545f1c27da3d5 (diff)
downloadbcm5719-llvm-a286594237595702be3a8f31ffb04c9136badbbb.tar.gz
bcm5719-llvm-a286594237595702be3a8f31ffb04c9136badbbb.zip
[compiler-rt] Enable ASAN for powerpc64le-linux
Whitespace update for lint check by myself (Will). Otherwise code and comments by Peter Bergner, as previously seen on llvm-commits. The following patch gets ASAN somewhat working on powerpc64le-linux. It currently assumes the LE kernel uses 46-bit addressing, which is true, but it doesn't solve the case for BE where it may be 44 or 46 bits. That can be fixed with a follow on patch. There are some test suite fails even with this patch that I haven't had time to solve yet, but this is better than the state it is in now. The limited debugging of those test suite fails seems to show that the address map for 46-bit addressing has changed and so we'll need to modify the shadow memory location slightly. Again, that can be fixed with a follow on patch. llvm-svn: 219827
Diffstat (limited to 'llvm/tools/llvm-readobj/ELFDumper.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud