[all-commits] [llvm/llvm-project] cae7ef: hwasan: fix buildbot breakage (unused variables)
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue May 16 20:22:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cae7ef260458f66b4c6b2b8075db7cb6afe6bf9e
https://github.com/llvm/llvm-project/commit/cae7ef260458f66b4c6b2b8075db7cb6afe6bf9e
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 variables)
This (hopefully) fixes the buildbot breakage:
https://lab.llvm.org/buildbot/#/builders/77/builds/26793
My patch, https://reviews.llvm.org/D150708 introduced
stubs for common interceptor macros; these had unused
variables. This patch suppresses unused-variable
warnings.
More information about the All-commits
mailing list