diff options
| author | Umesh Kalappa <umesh.kalappa0@gmail.com> | 2022-07-27 09:32:41 -0700 |
|---|---|---|
| committer | Eli Friedman <efriedma@quicinc.com> | 2022-07-27 09:34:45 -0700 |
| commit | f38ea84a9f32058f3c2813b6f29b840c59de118c (patch) | |
| tree | 3ae3b4e4936bc53c1fbb678b073482f9c597ccc5 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp | |
| parent | 15b9380dfd4e5e9d5c47f2627394623c64dc61e8 (diff) | |
| download | llvm-f38ea84a9f32058f3c2813b6f29b840c59de118c.zip llvm-f38ea84a9f32058f3c2813b6f29b840c59de118c.tar.gz llvm-f38ea84a9f32058f3c2813b6f29b840c59de118c.tar.bz2 | |
[PowerPC] Change long to int64_t (which is always 64 bit or 8 bytes )
We can't guarantee the long always 64 bits like WINDOWS or LLP64 data
model (rare but we should consider).
So use int64_t from inttypes.h and safe in this case.
Fixes https://github.com/llvm/llvm-project/issues/55911 .
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
