[compiler-rt] Add cmake option to enable/disable searching PATH for symbolizer (PR #129012)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 8 19:43:12 PST 2025


hubert-reinterpretcast wrote:

> We usually do not recommend to use sanitizers with heaver runtime in environment sensitive to such vulnerabilities.
> E.g. ubsan with min runtime or trap is OK.

Understood. However, I think it would be reasonable (as a choice by the builder of the sanitizer) to recommend against deploying said sanitizers to environments thought to be sensitive to such vulnerabilities and yet also configure the sanitizers to be less susceptible to such vulnerabilities.

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


More information about the llvm-commits mailing list