[PATCH] D136078: Use-after-return sanitizer binary metadata
Marco Elver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 04:29:33 PST 2022
melver added inline comments.
================
Comment at: llvm/test/Instrumentation/SanitizerBinaryMetadata/uar.cpp:1
+// We run the compiled binary + sizes of stack arguments depend on the arch.
+// REQUIRES: native && target-x86_64
----------------
For LLVM IR tests, consider if utils/update_test_checks.py and for MIR utils/update_mir_test_checks.py could help.
Ideally, there'd be no .cpp runtime test, but I also think writing the .ll and .mir tests manually is impossible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136078/new/
https://reviews.llvm.org/D136078
More information about the cfe-commits
mailing list