[clang] [clang][ssaf] Implement Entity Linker CLI and patching for JSON Format (PR #184713)
Aviral Goel via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 7 11:59:06 PST 2026
================
@@ -0,0 +1,20 @@
+// Test ssaf-linker help option
+
+// RUN: ssaf-linker --help-list-hidden | FileCheck %s
+
+// CHECK: OVERVIEW: SSAF Linker
+// CHECK-EMPTY:
+// CHECK: USAGE: ssaf-linker [options] <input files>
+// CHECK-EMPTY:
+// CHECK: OPTIONS:
+// CHECK: -h - Alias for --help
+// CHECK: --help - Display available options (--help-hidden for more)
+// CHECK: --help-hidden - Display all available options
+// CHECK: --help-list - Display list of available options (--help-list-hidden for more)
+// CHECK: --help-list-hidden - Display list of all available options
+// CHECK: -o <path> - Output summary path
+// CHECK: --print-all-options - Print all option values after command line parsing
+// CHECK: --print-options - Print non-default options after command line parsing
+// CHECK: --time - Enable timing
+// CHECK: --verbose - Enable verbose output
+// CHECK: --version - Display the version of this program
----------------
aviralg wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/184713
More information about the cfe-commits
mailing list