[compiler-rt] [Sanitizer] Use % patterns in report paths (PR #141820)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 11:17:54 PDT 2025


================
@@ -96,12 +96,75 @@ static void RecursiveCreateParentDirs(char *path) {
   }
 }
 
+/// Parse the report path \p pattern and copy the parsed path to \p dest.
+///
+/// * `%%` becomes `%`
----------------
fmayer wrote:

IMO having this for completeness is a good idea. As a user it would be infuriating if we didn't if I happened to need it for whatever reason.

https://github.com/llvm/llvm-project/pull/141820


More information about the llvm-commits mailing list