[compiler-rt] [rtsan] Support basic call stack suppressions (PR #111608)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 17:01:54 PDT 2024
================
@@ -14,12 +14,12 @@
#include "rtsan/rtsan_flags.h"
#include "rtsan/rtsan_interceptors.h"
#include "rtsan/rtsan_stats.h"
+#include "rtsan/rtsan_suppressions.h"
#include "sanitizer_common/sanitizer_atomic.h"
#include "sanitizer_common/sanitizer_common.h"
#include "sanitizer_common/sanitizer_mutex.h"
#include "sanitizer_common/sanitizer_stackdepot.h"
-#include "sanitizer_common/sanitizer_stacktrace.h"
----------------
cjappl wrote:
This was cruft from the last PR, I can separate this out if we want but figured it was minor enough to roll in here
https://github.com/llvm/llvm-project/pull/111608
More information about the llvm-commits
mailing list