1 | // RUN: mkdir -p %t.dir && cd %t.dir |
---|---|
2 | // RUN: cp %s rel.c |
3 | // RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -debug-info-kind=limited rel.c -o - | FileCheck -check-prefix=CHECK-NONSENSE %s |
4 | // CHECK-NONSENSE: nonsense |
5 | |
6 | // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck -check-prefix=CHECK-DIR %s |
7 | // CHECK-DIR: CodeGen |
8 | |
9 |