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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 10:44:47 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 `%`
----------------
teresajohnson wrote:

It just didn't seem like it would be useful in practice, but I'm not strongly opposed.

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


More information about the llvm-commits mailing list