mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
It's not completely clear to me why this needs to be explicitly specified in some environments, and not in others, while at the same time that `llvm-symbolizer` is already in PATH, but this has fixed the 2 issues outlined in #28147. Use `LLVM_SYMBOLIZER_PATH` as the env var, as that is somewhat also used inside LLVM, but not consistently, i.e it's checked for in the asan_symbolize script, but not in in the ubsan_symbolize script, or from in compiler-rt. |
||
|---|---|---|
| .. | ||
| 00_setup_env.sh | ||
| 00_setup_env_android.sh | ||
| 00_setup_env_arm.sh | ||
| 00_setup_env_i686_centos.sh | ||
| 00_setup_env_i686_multiprocess.sh | ||
| 00_setup_env_mac.sh | ||
| 00_setup_env_mac_native.sh | ||
| 00_setup_env_native_asan.sh | ||
| 00_setup_env_native_fuzz.sh | ||
| 00_setup_env_native_fuzz_with_msan.sh | ||
| 00_setup_env_native_fuzz_with_valgrind.sh | ||
| 00_setup_env_native_msan.sh | ||
| 00_setup_env_native_nowallet_libbitcoinkernel.sh | ||
| 00_setup_env_native_qt5.sh | ||
| 00_setup_env_native_tidy.sh | ||
| 00_setup_env_native_tsan.sh | ||
| 00_setup_env_native_valgrind.sh | ||
| 00_setup_env_s390x.sh | ||
| 00_setup_env_win64.sh | ||
| 01_base_install.sh | ||
| 02_run_container.sh | ||
| 06_script_b.sh | ||
| wrap-valgrind.sh | ||
| wrap-wine.sh | ||