mirror of https://github.com/mongodb/mongo
SERVER-106694 Make mongosymb.py pass --relativenames to llvm-symbolizer (#37804)
GitOrigin-RevId: b511ef2e5f707147a8e637f5f7a3c5a97037eced
This commit is contained in:
parent
ad918b916a
commit
6d7829f3a9
|
|
@ -516,7 +516,7 @@ def symbolize_frames(
|
|||
)
|
||||
symbolizer_path = DEFAULT_SYMBOLIZER_PATH
|
||||
|
||||
symbolizer_args = [symbolizer_path]
|
||||
symbolizer_args = [symbolizer_path, "--relativenames"]
|
||||
for dh in dsym_hint:
|
||||
symbolizer_args.append("-dsym-hint={}".format(dh))
|
||||
symbolizer_process = subprocess.Popen(
|
||||
|
|
|
|||
Loading…
Reference in New Issue