]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
refactor: Convert ArgsInfo::output_al to fs::path
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 2 Jun 2024 12:43:56 +0000 (14:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Jun 2024 15:18:50 +0000 (17:18 +0200)
src/ccache/ArgsInfo.hpp

index 7be3c9d1aa184af2865d7392d4d9d9558a2f639a..e73586f0c71d1a34ca79da85220a1ea34af1fa04 100644 (file)
@@ -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;