[llvm] [llvm-dwarfdump] Added --output-style option for controlling output format (PR #216559)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 01:04:30 PDT 2026


================
@@ -135,6 +136,8 @@ enum ErrorDetailLevel {
   Unspecified
 };
 
+enum OutputStyleTy { LLVM, JSON, UNKNOWN };
----------------
jh7370 wrote:

Please follow the naming style described in https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly for enumerators.

https://github.com/llvm/llvm-project/pull/216559


More information about the llvm-commits mailing list