[PATCH] D78903: [Driver] Add option -fproc-stat-report
    Zarko Todorovski via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Nov 27 14:57:05 PST 2020
    
    
  
ZarkoCA added inline comments.
================
Comment at: clang/test/Driver/report-stat.c:1
+// RUN: %clang -c -fproc-stat-report %s | FileCheck %s
+// CHECK: clang{{.*}}: output={{.*}}.o, total={{[0-9.]+}} ms, user={{[0-9.]+}} ms, mem={{[0-9]+}} Kb
----------------
ZarkoCA wrote:
> Hi @sepavloff, is it possible to add `-fintegrated-as` to the clang invocation?  
> 
> As it is, the test fails on our AIX target because we don't use the integrated assembler by default. 
fyi, I added the option in  `979bcbd3a6f7ea784f2098ad4cf613fbd6b09e38` 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78903/new/
https://reviews.llvm.org/D78903
    
    
More information about the cfe-commits
mailing list