File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
// LINK2: -cc1{{.*}} "-ftime-trace=f/gb.json" "-ftime-trace-granularity=0"
52
52
53
53
// RUN: %clang -### -ftime-trace=e -ftime-trace-granularity=0 d/a.cpp d/b.c -o f/x -dumpdir f/ 2>&1 | FileCheck %s --check-prefix=LINK3
54
- // LINK3: -cc1{{.*}} "-ftime-trace=e/ a-{{[^.]*}}.json" "-ftime-trace-granularity=0"
55
- // LINK3: -cc1{{.*}} "-ftime-trace=e/ b-{{[^.]*}}.json" "-ftime-trace-granularity=0"
54
+ // LINK3: -cc1{{.*}} "-ftime-trace=e{{/|\\\\}} a-{{[^.]*}}.json" "-ftime-trace-granularity=0"
55
+ // LINK3: -cc1{{.*}} "-ftime-trace=e{{/|\\\\}} b-{{[^.]*}}.json" "-ftime-trace-granularity=0"
56
56
57
57
// RUN: %clang -### -ftime-trace -ftime-trace=e -ftime-trace-granularity=1 -xassembler d/a.cpp 2>&1 | \
58
58
// RUN: FileCheck %s --check-prefix=UNUSED --implicit-check-not=warning:
You can’t perform that action at this time.
0 commit comments