[all-commits] [llvm/llvm-project] 0f32d0: [LLDB] Silence warnings in cli-wrapper-mpxtable.cpp
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Sun Jun 27 19:41:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f32d0034c7b9751b1ce7a89469328ac932faab8
https://github.com/llvm/llvm-project/commit/0f32d0034c7b9751b1ce7a89469328ac932faab8
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
Log Message:
-----------
[LLDB] Silence warnings in cli-wrapper-mpxtable.cpp
cli-wrapper-mpxtable.cpp was emitting warnings from printfs of
uint64_t on 32 bit arm build. This patch makes affected printfs
in cli-wrapper-mpxtable.cpp portable accross targets variants.
More information about the All-commits
mailing list