[PATCH] D103304: Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 20:06:19 PDT 2021


kda added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_rtl.cpp:26
 #include "asan_thread.h"
+#include "lsan/lsan_common.h"
 #include "sanitizer_common/sanitizer_atomic.h"
----------------
vitalybuka wrote:
> why it's moved?
I'm guessing the linter ordered it... as it is now alphabetical.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103304/new/

https://reviews.llvm.org/D103304



More information about the llvm-commits mailing list