aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/debug-comp-dir.S
blob: 19ced0059a2b9ab9357a3d1f9e2852857a658e61 (plain)
1
2
3
// RUN: cd %S && %clang -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
// RUN: cd %S && %clang -x c -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
// CHECK-PWD: "-fdebug-compilation-dir={{.*Driver.*}}"