From fb365b17ca339a25688ff61918280a46d64943b9 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 15 Jan 2024 10:06:48 +0100 Subject: Analysed target: keep track of implied export targets ... that are eligible for caching. In this way, we can accurately keep track of the dependencies between target-level cache entries. Note that it is enough to track the export targets eligible for caching, as no target depending on an ineligible export target can be eligible. --- test/buildtool/build_engine/target_map/result_map.test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/buildtool/build_engine/target_map/result_map.test.cpp') diff --git a/test/buildtool/build_engine/target_map/result_map.test.cpp b/test/buildtool/build_engine/target_map/result_map.test.cpp index 07e12f80..bf246651 100644 --- a/test/buildtool/build_engine/target_map/result_map.test.cpp +++ b/test/buildtool/build_engine/target_map/result_map.test.cpp @@ -44,6 +44,7 @@ namespace { std::vector(), std::unordered_set{}, std::set{}, + std::set{}, TargetGraphInformation::kSource); } -- cgit v1.2.3