[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / debug-comp-dir.S
blob19ced0059a2b9ab9357a3d1f9e2852857a658e61
1 // RUN: cd %S && %clang -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
2 // RUN: cd %S && %clang -x c -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
3 // CHECK-PWD: "-fdebug-compilation-dir={{.*Driver.*}}"