[PATCH] D61914: [Support][Test] Time profiler: add regression test

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 12:27:00 PDT 2019


plotfi added inline comments.


================
Comment at: cfe/trunk/test/Driver/check-time-trace.cpp:1
+// RUN: %clangxx -ftime-trace %s 2>&1 | grep "Time trace json-file dumped to" \
+// RUN:   | awk '{print $NF}' | xargs cat \
----------------
This test should probably have // REQUIRES: shell


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61914/new/

https://reviews.llvm.org/D61914





More information about the cfe-commits mailing list