diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-09-05 17:22:31 -0400 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2022-09-09 14:12:14 -0700 |
commit | e3a4dc72183650bea56e12ae5a060ee378244494 (patch) | |
tree | 6563ce7135b9f2de9299da126ebd07fb2e2369d6 /mesonbuild/backend/backends.py | |
parent | 167356aeabe576b0c777b329748d314d4931a777 (diff) | |
download | meson-e3a4dc72183650bea56e12ae5a060ee378244494.zip meson-e3a4dc72183650bea56e12ae5a060ee378244494.tar.gz meson-e3a4dc72183650bea56e12ae5a060ee378244494.tar.bz2 |
compilers: fix regression in logging cached compile commands
In commit d326c87fe22507b8c25078a7cd7ed88499ba7dc1 we added a special
holder object for cached compilation results, with some broken
attributes:
- "command", that was never set, but used to print the log
- "args", that was set to some, but not all, of the information a fresh
compilation would log, but never used
Remove the useless args attribute, call it command, and use it properly.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions