[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / clang / test / CodeGen / coverage-compilation-dir.c
blobee8a3d90dc886a966f07fefa1f7864549024129b
1 // RUN: mkdir -p %t.dir && cd %t.dir
2 // RUN: cp %s rel.c
3 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-compilation-dir=/nonsense -fcoverage-mapping -emit-llvm -mllvm -enable-name-compression=false rel.c -o - | FileCheck -check-prefix=CHECK-NONSENSE %s
5 // CHECK-NONSENSE: nonsense
7 void f(void) {}