Revert "[hwasan] Record and display stack history in stack-based reports."
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 24 Sep 2018 22:50:32 +0000 (22:50 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 24 Sep 2018 22:50:32 +0000 (22:50 +0000)
commit20c4999e8b365a6db6f41f2a562c42c54029554f
tree2c0bff9dbb7b1a5f118823c806745f02b61f7e77
parent9043e17eddc3ccc23914a0294e93ec8e03c7af3e
Revert "[hwasan] Record and display stack history in stack-based reports."

This reverts commit r342921: test failures on clang-cmake-arm* bots.

llvm-svn: 342922
21 files changed:
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/hwasan/hwasan.cc
compiler-rt/lib/hwasan/hwasan.h
compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cc
compiler-rt/lib/hwasan/hwasan_flags.inc
compiler-rt/lib/hwasan/hwasan_linux.cc
compiler-rt/lib/hwasan/hwasan_report.cc
compiler-rt/lib/hwasan/hwasan_thread.cc
compiler-rt/lib/hwasan/hwasan_thread.h
compiler-rt/lib/hwasan/hwasan_thread_list.cc [deleted file]
compiler-rt/lib/hwasan/hwasan_thread_list.h [deleted file]
compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
compiler-rt/lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc
compiler-rt/test/hwasan/TestCases/deep-recursion.c [deleted file]
compiler-rt/test/hwasan/TestCases/rich-stack.c [deleted file]
compiler-rt/test/hwasan/TestCases/stack-history-length.c [deleted file]
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll [deleted file]
llvm/test/Instrumentation/HWAddressSanitizer/with-ifunc.ll [new file with mode: 0644]