[llvm] [llvm-objdump] Add the --visualize-jumps option (PR #74858)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 01:01:42 PST 2023


================
@@ -45,6 +45,7 @@ void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) {
       break;
     case '\t':
       // Assumes tab stop = 8 characters.
+      Column += 1;
----------------
jh7370 wrote:

I'm concerned this will have a wider impact on tools than just llvm-objdump. What's it actually doing?

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


More information about the llvm-commits mailing list