[compiler-rt] [llvm] Add cmake option to enable/disable searching PATH for symbolizer (PR #129012)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 05:17:37 PDT 2025
midhuncodes7 wrote:
>When compiling with this new CMake flag on, how are tests expected to pass? That is, there probably should be changes made to the testing to set up the environment variables necessary for the symbolizer to be invoked from the tests.
addressed by setting *_SYMBOLIZER_PATH for sanitizers
https://github.com/llvm/llvm-project/pull/129012
More information about the llvm-commits
mailing list