summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-compilation-dir.c
blob: 4b472991498c4c59969a7feb94fcab459da5464a (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-NONSENSE %s
// CHECK-NONSENSE: nonsense

// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-DIR %s
// CHECK-DIR: CodeGen