summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/check-time-trace-sections.cpp
blob: 4d1c0fde3a8cd044466a5ebecdfd0e21f38647f9 (plain)
1
2
3
4
5
6
7
// REQUIRES: shell
// RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o %T/check-time-trace-sections %s
// RUN: cat %T/check-time-trace-sections.json | %python %S/check-time-trace-sections.py

template <typename T>
void foo(T) {}
void bar() { foo(0); }
OpenPOWER on IntegriCloud