[PATCH] D78030: [TimeProfiler] Emit clock synchronization point
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 14:41:43 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/time-trace.s:21
-# CHECK: "traceEvents": [
+# CHECK: "beginningOfTime": {{[0-9]{16},}}
+# CHECK-NEXT: "traceEvents": [
----------------
Add 5 spaces after `:` so that the key is aligned
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78030/new/
https://reviews.llvm.org/D78030
More information about the cfe-commits
mailing list