[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:44:25 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:
I created: https://github.com/llvm/llvm-project/pull/111062, will start review once checks pass.
https://github.com/llvm/llvm-project/pull/110993
More information about the llvm-commits
mailing list