[all-commits] [llvm/llvm-project] 7b1e68: [hwasan] Exclude bcmp interceptor test from Android

Thurston Dang via All-commits all-commits at lists.llvm.org
Tue Oct 17 09:06:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b1e6851b65a4776e52602c2987b9861fbdc1170
      https://github.com/llvm/llvm-project/commit/7b1e6851b65a4776e52602c2987b9861fbdc1170
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/bcmp.cpp

  Log Message:
  -----------
  [hwasan] Exclude bcmp interceptor test from Android

This fixes a buildbot breakage (e.g.,
https://lab.llvm.org/buildbot/#/builders/77/builds/31422/steps/21/logs/stdio)
that was caused by the introduction of this test
(https://github.com/llvm/llvm-project/commit/ff1329e29709477472a93e9ce975f166f75999a3).

Build error from buildbot:
/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm-project/compiler-rt/test/hwasan/TestCases/bcmp.cpp:18:10: error: use of undeclared identifier 'bcmp'
   18 |   return bcmp(p, a, size);




More information about the All-commits mailing list