summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/precomputed_root.hpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-10 12:43:48 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-22 10:40:32 +0100
commit6c4ecdb57f9140dc8474da2f83660fc5f977cc6d (patch)
tree280cc0da0321b55e23f731b9d3c6b5e04830d7cf /src/buildtool/file_system/precomputed_root.hpp
parent70393c8717c7b3b192928e652e103f12ff89a483 (diff)
downloadjustbuild-6c4ecdb57f9140dc8474da2f83660fc5f977cc6d.tar.gz
Computed roots: extend data structure to support the absent pragma
Diffstat (limited to 'src/buildtool/file_system/precomputed_root.hpp')
-rw-r--r--src/buildtool/file_system/precomputed_root.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/file_system/precomputed_root.hpp b/src/buildtool/file_system/precomputed_root.hpp
index f3495418..f95f7d73 100644
--- a/src/buildtool/file_system/precomputed_root.hpp
+++ b/src/buildtool/file_system/precomputed_root.hpp
@@ -33,6 +33,7 @@ struct ComputedRoot final {
std::string target_module;
std::string target_name;
nlohmann::json config;
+ bool absent;
[[nodiscard]] auto operator==(ComputedRoot const& other) const noexcept
-> bool;