[PATCH] D112098: [ASan] Added stack safety support in address sanitizer.
Florian Mayer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 20 13:55:28 PDT 2021
fmayer added inline comments.
================
Comment at: clang/test/CodeGen/asan-stack-safety-analysis.c:1
+// REQUIRES: x86-registered-target
+
----------------
fmayer wrote:
> Should this file be in llvm/test/Instrumentation/ instead? Also consider porting some of the tests from HWASan (https://github.com/llvm/llvm-project/blob/main/llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll).
Uhm nevermind my first sentence, sorry about that. This is of course the right location.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112098/new/
https://reviews.llvm.org/D112098
More information about the cfe-commits
mailing list