aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-09-26 12:03:28 +0000
committerDavid Spickett <david.spickett@linaro.org>2024-09-26 12:06:23 +0000
commit3eaaf7c4d062976901c79b523e9f3cc606943119 (patch)
treeab19e14a1438e70c695f255eba911076919f9521 /flang/lib/Frontend/CompilerInvocation.cpp
parentf82fb06cd1276bd358315e45cd3f4312b1319314 (diff)
downloadllvm-3eaaf7c4d062976901c79b523e9f3cc606943119.zip
llvm-3eaaf7c4d062976901c79b523e9f3cc606943119.tar.gz
llvm-3eaaf7c4d062976901c79b523e9f3cc606943119.tar.bz2
[lldb][AArch64] Fix crash loading core files on 32 bit systems
https://github.com/llvm/llvm-project/pull/109934 added FPMR which uses a bit in hwcaps greater than 31. So it marked the 1 with UL which is fine on 64 bit systems but for 32 bit UL is 4 bytes. Use ULL so we aren't invoking undefined behaviour.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions