summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2018-01-23 19:26:52 +0000
committerPeter Smith <peter.smith@linaro.org>2018-01-23 19:26:52 +0000
commit5bb90135e6cf047f51b506571a78f94ae86abc38 (patch)
tree141ba79367a10e92ac300f86251943a425c72f4b /clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
parent87937e8ed2819dfb8686e8f409f7566beba711c8 (diff)
downloadbcm5719-llvm-5bb90135e6cf047f51b506571a78f94ae86abc38.tar.gz
bcm5719-llvm-5bb90135e6cf047f51b506571a78f94ae86abc38.zip
[ELF] Make --fix-cortex-a53-843419 work on big endian hosts
The reinterpret cast to uint32_t to read the little-endian instructions will only work on a little endian system. Use ulittle32_t to always read little-endian (AArch64 instructions are always little endian). Fixes PR36056 Differential Revision: https://reviews.llvm.org/D42421 llvm-svn: 323243
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud