[PATCH] D78903: [Driver] Add option -fproc-stat-report
Zarko Todorovski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 26 10:29:32 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
----------------
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.
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