[llvm] [AddressSanitizer] Remove memory effects from functions (PR #130495)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 10 01:40:51 PDT 2025
================
@@ -0,0 +1,23 @@
+; Remove possible memory effects from functions that are invalidated by
+; AddressSanitizer instrumentation.
+
+; RUN: opt < %s -passes=asan -asan-use-after-scope -S | FileCheck %s
----------------
arsenm wrote:
It would be better if this cl::opt was moved to be parsed from the pass pipeline parameters
https://github.com/llvm/llvm-project/pull/130495
More information about the llvm-commits
mailing list