diff options
author | Mitch Phillips <mitchphillips@outlook.com> | 2019-07-11 18:07:03 +0000 |
---|---|---|
committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-07-11 18:07:03 +0000 |
commit | af3dc759e786324c8a38fa7849da0791b99e67b0 (patch) | |
tree | 885bcf73b16c885a14ca53896f711da00ce8bdfa /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py | |
parent | 63efb28f47610e470cdf9332e2a38b6991cae6f4 (diff) | |
download | bcm5719-llvm-af3dc759e786324c8a38fa7849da0791b99e67b0.tar.gz bcm5719-llvm-af3dc759e786324c8a38fa7849da0791b99e67b0.zip |
Explicitly define __STDC_FORMAT_MACROS for PRIu64
Summary:
Builds are failing on RHEL machines because of PRIu64.
lvm/projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp:420:50: error: expected ')'
`snprintf(ThreadBuffer, kThreadBufferLen, "%" PRIu64, ThreadID);`
inttypes.h in RHEL uses PRIu64 macros only when __STDC_FORMAT_MACROS is defined.
Author: DTharun
Reviewers: hctim
Reviewed By: hctim
Differential Revision: https://reviews.llvm.org/D64388
llvm-svn: 365801
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py')
0 files changed, 0 insertions, 0 deletions