diff options
author | David Spickett <david.spickett@linaro.org> | 2021-06-25 09:57:46 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2021-06-25 10:09:52 +0000 |
commit | 6e5c4a443d7e354a37d7dcb82a65216679ab1b40 (patch) | |
tree | f2d47fad9842a0b8b9c60247e0aa9d03dab1397c /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 79c98279b6cdab6f208043865ab7b4ac4612cec5 (diff) | |
download | llvm-6e5c4a443d7e354a37d7dcb82a65216679ab1b40.zip llvm-6e5c4a443d7e354a37d7dcb82a65216679ab1b40.tar.gz llvm-6e5c4a443d7e354a37d7dcb82a65216679ab1b40.tar.bz2 |
[lldb] Re-enable GDB server client memory tag read tests
These were disabled in 473a3a773ea565612e836ae6c2093178c5a9eb72
because they failed on 32 bit platforms. (Arm for sure but I assume
any 32 bit)
This was due to the printf formatter used. These assumed
that types like uint64_t/size_t would be certain size/type and
that changes on 32 bit.
Instead use "z" to print the size_t and PRI<...> formatters
for the addr_t (always uint64_t) and the int32_t.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions