hwasan: fix buildbot breakage (unused functions)
authorThurston Dang <thurston@google.com>
Wed, 17 May 2023 06:15:23 +0000 (06:15 +0000)
committerThurston Dang <thurston@google.com>
Wed, 17 May 2023 06:15:23 +0000 (06:15 +0000)
commitbc9526e30d45ccfb2c9c5e064c212d9336fb8e56
treeee9e006194a79a13c882ac29e69c46ede53af891
parent000aeb2499b1db510f064c37c097a5020215b835
hwasan: fix buildbot breakage (unused functions)

This addresses another buildbot breakage:
https://lab.llvm.org/buildbot/#/builders/37/builds/22166

My patch, https://reviews.llvm.org/D150708 introduced
stubs for common interceptor macros; these had unused
variables and functions. An earlier patch fixed the
unused variables; this patch suppresses unused-functions
warnings.
compiler-rt/lib/hwasan/hwasan_interceptors.cpp