brintos

brintos / llvm-project-archived public Read only

0
0
Text · 558 B · 65446cb Raw
18 lines · plain
1// RUN: rm -rf %t2// RUN: split-file %s %t3 4// RUN: %clang_cc1 -fsyntax-only %t/tu.c -I %t/dir1 -I %t/dir2 -print-stats 2>&1 | FileCheck %s5 6//--- tu.c7#include "header.h"8//--- dir1/other.h9//--- dir2/header.h10 11// CHECK:      *** Virtual File System Stats:12// CHECK-NEXT: {{[[:digit:]]+}} status() calls13// CHECK-NEXT: {{[[:digit:]]+}} openFileForRead() calls14// CHECK-NEXT: {{[[:digit:]]+}} dir_begin() calls15// CHECK-NEXT: {{[[:digit:]]+}} getRealPath() calls16// CHECK-NEXT: {{[[:digit:]]+}} exists() calls17// CHECK-NEXT: {{[[:digit:]]+}} isLocal() calls18