[llvm] [LIT] Add support for `%basename_s` to get base name of source file (PR #110993)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 13:16:48 PDT 2024
================
@@ -535,6 +535,7 @@ TestRunner.py:
%{fs-tmp-root} root component of file system paths pointing to the test's temporary directory
%{fs-sep} file system path separator
%t temporary file name unique to the test
+ %basename_s The last path component of %s
----------------
jurahul wrote:
Let me look into changing this. I agree this makes sense.
https://github.com/llvm/llvm-project/pull/110993
More information about the llvm-commits
mailing list