[llvm-branch-commits] [llvm] f5bd6a0 - [dsymutil] Update test after docs md renaming (#220060)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 1 14:54:13 PDT 2026
Author: Aiden Grossman
Date: 2026-08-31T12:17:49-07:00
New Revision: f5bd6a07bb57947e780dbdabeb94afe126465a9b
URL: https://github.com/llvm/llvm-project/commit/f5bd6a07bb57947e780dbdabeb94afe126465a9b
DIFF: https://github.com/llvm/llvm-project/commit/f5bd6a07bb57947e780dbdabeb94afe126465a9b.diff
LOG: [dsymutil] Update test after docs md renaming (#220060)
The PR #219624 renamed the documentation file which was referenced in
the test. Update the test so it passes.
Added:
Modified:
llvm/test/tools/dsymutil/cmdline.test
Removed:
################################################################################
diff --git a/llvm/test/tools/dsymutil/cmdline.test b/llvm/test/tools/dsymutil/cmdline.test
index 4a3bff2bbf2d8..8a7356fc58773 100644
--- a/llvm/test/tools/dsymutil/cmdline.test
+++ b/llvm/test/tools/dsymutil/cmdline.test
@@ -1,5 +1,5 @@
RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=HELP %s
-RUN: cat %S/../../../docs/CommandGuide/dsymutil.rst | FileCheck %s
+RUN: cat %S/../../../docs/CommandGuide/dsymutil.md | FileCheck %s
HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
HELP: USAGE: {{.*}}dsymutil{{[^ ]*}} [options] <input files>
More information about the llvm-branch-commits
mailing list