llvm-project/compiler-rt/lib/hwasan
George Burgess IV de772ce015 Attempt to appease buildbots
I can't reproduce this build error locally, but it appears
straightforward enough to fix. r326851 renamed two of the params of this
interceptor, but apparently to update their use here.

Failure:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/4569

llvm-svn: 326876
2018-03-07 07:36:23 +00:00
..
.clang-format
CMakeLists.txt [hwasan] Build runtime library with -fPIC, not -fPIE. 2018-01-16 19:21:45 +00:00
hwasan.cc [hwasan] Fix inline instrumentation. 2018-02-21 19:52:23 +00:00
hwasan.h [hwasan] Stack instrumentation. 2018-01-11 22:53:30 +00:00
hwasan.syms.extra
hwasan_allocator.cc [Sanitizers] Changes in Hwasan allocator missed in D42198. 2018-01-18 00:23:46 +00:00
hwasan_allocator.h
hwasan_blacklist.txt
hwasan_flags.h
hwasan_flags.inc [hwasan] An option to disable tag randomization. 2018-01-10 19:36:10 +00:00
hwasan_interceptors.cc Attempt to appease buildbots 2018-03-07 07:36:23 +00:00
hwasan_interface_internal.h [hwasan] An LLVM flag to disable stack tag randomization. 2018-01-13 01:32:15 +00:00
hwasan_linux.cc [hwasan] Fix inline instrumentation. 2018-02-21 19:52:23 +00:00
hwasan_new_delete.cc
hwasan_poisoning.cc
hwasan_poisoning.h
hwasan_report.cc
hwasan_thread.cc [hwasan] An option to disable tag randomization. 2018-01-10 19:36:10 +00:00
hwasan_thread.h [hwasan] Add heap tag randomization. 2018-01-03 21:42:28 +00:00