diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2022-02-03 16:04:34 +0100 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2022-02-03 19:41:19 +0100 |
commit | 4f3f4d672254c5bedf95517894c47b5c31751994 (patch) | |
tree | c6885dc1d5854b45d7588ea9b0ee83583970ec83 /llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp | |
parent | 23fc20e06c088acff81a06ad546a848bee083051 (diff) | |
download | llvm-4f3f4d672254c5bedf95517894c47b5c31751994.zip llvm-4f3f4d672254c5bedf95517894c47b5c31751994.tar.gz llvm-4f3f4d672254c5bedf95517894c47b5c31751994.tar.bz2 |
sanitizer_common: fix __sanitizer_get_module_and_offset_for_pc signature mismatch
This fixes the following error:
sanitizer_interface_internal.h:77:7: error: conflicting types for
'__sanitizer_get_module_and_offset_for_pc'
int __sanitizer_get_module_and_offset_for_pc(
common_interface_defs.h:349:5: note: previous declaration is here
int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
I am getting it on a code that uses sanitizer_common (includes internal headers),
but also transitively gets includes of the public headers in tests
via an internal version of gtest.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D118910
Diffstat (limited to 'llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp')
0 files changed, 0 insertions, 0 deletions