mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-29 20:52:16 +00:00
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
This commit is contained in:
commit
c8fdabee0c
2
debian/patches/symbolizer-path.diff
vendored
2
debian/patches/symbolizer-path.diff
vendored
@ -18,7 +18,7 @@ Index: llvm-toolchain-7-7/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_
|
||||
}
|
||||
#endif // SANITIZER_MAC
|
||||
- if (const char *found_path = FindPathToBinary("llvm-symbolizer")) {
|
||||
+ if (const char *found_path = "/usr/bin/llvm-symbolizer-" TOSTR(LLVM_VERSION_MAJOR))) {
|
||||
+ if (const char *found_path = "/usr/bin/llvm-symbolizer-" TOSTR(LLVM_VERSION_MAJOR)) {
|
||||
VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
|
||||
return new(*allocator) LLVMSymbolizer(found_path, allocator);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user