diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-14 13:48:58 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-16 20:28:56 -0700 |
commit | 67ab2880dd976689c9f64f785cec243637e40d30 (patch) | |
tree | 19551956ce173f40ea6edfcd94b29ffe7ca3d6ac /run_unittests.py | |
parent | fc86df3d2c5a899f3eb5fafd59bd16cc3ec9327a (diff) | |
download | meson-67ab2880dd976689c9f64f785cec243637e40d30.zip meson-67ab2880dd976689c9f64f785cec243637e40d30.tar.gz meson-67ab2880dd976689c9f64f785cec243637e40d30.tar.bz2 |
linkers: Make id a class variable for DynamicLinkers
Originally I had this idea that you'd be able to pass the id in to be
able to deduplicate some cases (like ld.gold and ld.bfd). That went away
because it ended up being really un-dry, but this id per instance
remained. Getting rid of it allows us to get rid of a bunch of otherwise
useless super calls, which makes adding type annotations easier.
Diffstat (limited to 'run_unittests.py')
0 files changed, 0 insertions, 0 deletions