File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/tools/llvm-debuginfod-find Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# RUN: rm -rf %t
33# RUN: mkdir %t
44# # 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 \
66# RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
77# 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 \
99# RUN: --tool-cmd 'llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | \
1010# 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 \
1212# RUN: --tool-cmd 'llvm-debuginfod-find --dump --debuginfo abcdef' | \
1313# RUN: FileCheck %s --check-prefix=DEBUGINFO
1414
You can’t perform that action at this time.
0 commit comments