File tree 1 file changed +3
-3
lines changed
llvm/test/tools/llvm-debuginfod-find 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# RUN: rm -rf %t
3
3
# RUN: mkdir %t
4
4
# # Query the python server for artifacts
5
- # RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
5
+ # RUN: DEBUGINFOD_CACHE_PATH=%t % python %s --server-path %S/Inputs \
6
6
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
7
7
# RUN: FileCheck %s --check-prefix=EXECUTABLE
8
- # RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
8
+ # RUN: DEBUGINFOD_CACHE_PATH=%t % python %s --server-path %S/Inputs \
9
9
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | \
10
10
# RUN: FileCheck %s --check-prefix=SOURCE
11
- # RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
11
+ # RUN: DEBUGINFOD_CACHE_PATH=%t % python %s --server-path %S/Inputs \
12
12
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --debuginfo abcdef' | \
13
13
# RUN: FileCheck %s --check-prefix=DEBUGINFO
14
14
You can’t perform that action at this time.
0 commit comments