[PATCH] D54217: Add total function byte size and inline function byte size to "llvm-dwarfdump --statistics"
    Paul Robinson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  8 10:18:58 PST 2018
    
    
  
probinson added a comment.
In https://reviews.llvm.org/D54217#1291828, @clayborg wrote:
> Looks like I can piggy back on llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
>
> Does anyone know how to run only this test from command line?
In the bin directory of your build, there should be llvm-lit.py; run that, passing the relative filespec of the test file (full filespec probably works too but I never use it that way).  This will give you a pass/fail on the one test file.  Add -v to get detailed output if it fails.
Repository:
  rL LLVM
https://reviews.llvm.org/D54217
    
    
More information about the llvm-commits
mailing list