aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-04-02 12:13:59 +0100
committerGitHub <noreply@github.com>2024-04-02 12:13:59 +0100
commit2f48a1ff574573e7be170d39ab8de79d9db8bcea (patch)
treed68c1f2799f54fc0df0a8c15eed6ae366ad018cc /clang/lib/ExtractAPI/Serialization
parent5b66b6a32ad89562732ad6a81c84783486b6187a (diff)
downloadllvm-2f48a1ff574573e7be170d39ab8de79d9db8bcea.zip
llvm-2f48a1ff574573e7be170d39ab8de79d9db8bcea.tar.gz
llvm-2f48a1ff574573e7be170d39ab8de79d9db8bcea.tar.bz2
[lldb][FreeBSD] Add FreeBSD specific AT_HWCAP value (#84147)
While adding register fields I realised that the AUXV values for Linux and FreeBSD disagree here. So I've added a FreeBSD specific HWCAP value that I can use from FreeBSD specific code. The alternative is translating GetAuxValue calls depending on platform, which requires that we know what we are at all times. Another way would be to convert the entries' values when we construct the AuxVector but the platform specific call that reads the data just returns a raw array. So adding another layer here is more disruption.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization')
0 files changed, 0 insertions, 0 deletions