Skip to content

Commit

Permalink
Don't report asan library in ygginfo since it is in the config file now
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed May 13, 2024
1 parent dc4a347 commit 3b4537c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions yggdrasil/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,12 +916,6 @@ def func(cls, args, return_str=False):
for k, v in sysconfig.get_config_vars().items():
vardict.append((curr_prefix + k, v))
curr_prefix = curr_prefix.rsplit(prefix, 1)[0]
# ASAN library
asan_library = None
Cdrv = import_component("model", "c")
if Cdrv.is_installed():
asan_library = Cdrv.get_tool("compiler").asan_library()
vardict.append(("Asan Library:", asan_library))
finally:
# Print things
max_len = max(len(x[0]) for x in vardict)
Expand Down

0 comments on commit 3b4537c

Please sign in to comment.