From: Joel Rosdahl Date: Sun, 2 Jun 2024 12:43:56 +0000 (+0200) Subject: refactor: Convert ArgsInfo::output_al to fs::path X-Git-Tag: v4.11~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2754af5c687f775d02162cf6943d908e060179b7;p=thirdparty%2Fccache.git refactor: Convert ArgsInfo::output_al to fs::path --- diff --git a/src/ccache/ArgsInfo.hpp b/src/ccache/ArgsInfo.hpp index 7be3c9d1..e73586f0 100644 --- a/src/ccache/ArgsInfo.hpp +++ b/src/ccache/ArgsInfo.hpp @@ -69,7 +69,7 @@ struct ArgsInfo std::filesystem::path output_ipa; // Assembler listing file. - std::string output_al; + std::filesystem::path output_al; // The given PCH filepath being compiled to (by -Fp option). std::string orig_included_pch_file;