[PATCH] D83530: [llvm-symbolizer] Switch command line parsing from llvm::cl to OptTable
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  3 09:59:44 PDT 2020
    
    
  
MaskRay marked 3 inline comments as done.
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp:290
+  } else {
+    Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath;
+  }
----------------
bd1976llvm wrote:
> tab?
No. New Phabricator displays this when it detects that the indentation changes.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83530/new/
https://reviews.llvm.org/D83530
    
    
More information about the llvm-commits
mailing list