[llvm] [HWASAN] Implement selective instrumentation based on profiling information (PR #83503)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 15:57:24 PST 2024


================
@@ -0,0 +1,16 @@
+; RUN: opt < %s -passes='require<profile-summary>,hwasan' -S -stats 2>&1 \
----------------
vitalybuka wrote:

selsan -> `pgo-opt-out`

https://github.com/llvm/llvm-project/pull/83503


More information about the llvm-commits mailing list