[all-commits] [llvm/llvm-project] bc9526: hwasan: fix buildbot breakage (unused functions)
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue May 16 23:16:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc9526e30d45ccfb2c9c5e064c212d9336fb8e56
https://github.com/llvm/llvm-project/commit/bc9526e30d45ccfb2c9c5e064c212d9336fb8e56
Author: Thurston Dang <thurston at google.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list