diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-06 23:29:27 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-26 13:10:33 -0400 |
| commit | a1ef957e349583f9affdce5b5a4f094860e91037 (patch) | |
| tree | 01e0fd479c9b5c47b63b779bfb698e6c0785df4e /test cases/unit | |
| parent | 6fad02db04534519e96f1ba66a178c6c9735554f (diff) | |
| download | meson-a1ef957e349583f9affdce5b5a4f094860e91037.tar.gz | |
linkers: delay implementations import until detect is run
This saves on a 1500-line import at startup and may be skipped entirely
if no compiled languages are used. In exchange, we move the
implementation to a new file that is imported instead.
Followup to commit ab20eb5bbc21ae855bcd211131132d2778602bcf.
Diffstat (limited to 'test cases/unit')
| -rw-r--r-- | test cases/unit/113 empty project/expected_mods.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/113 empty project/expected_mods.json b/test cases/unit/113 empty project/expected_mods.json index 05f4cb6a9..1a0e8a13f 100644 --- a/test cases/unit/113 empty project/expected_mods.json +++ b/test cases/unit/113 empty project/expected_mods.json @@ -216,8 +216,8 @@ "mesonbuild.interpreterbase.interpreterbase", "mesonbuild.interpreterbase.operator", "mesonbuild.linkers", + "mesonbuild.linkers.base", "mesonbuild.linkers.detect", - "mesonbuild.linkers.linkers", "mesonbuild.mesonlib", "mesonbuild.mesonmain", "mesonbuild.mintro", |
