[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git] / clang / test / Frontend / stats-file.c
blob43aec05e8e5ff9581aef049015fb4885efaba658
1 // RUN: %clang_cc1 -emit-llvm -o /dev/null -stats-file=%t %s
2 // RUN: FileCheck -input-file=%t %s
3 // CHECK: {
4 // ... here come some json values ...
5 // CHECK: }
7 // RUN: %clang_cc1 -emit-llvm -o %t -stats-file=%t.doesnotexist/bla %s 2>&1 | FileCheck -DMSG=%errc_ENOENT -check-prefix=OUTPUTFAIL %s
8 // OUTPUTFAIL: warning: unable to open statistics output file '{{.*}}doesnotexist{{.}}bla': '[[MSG]]'