Sign in
llvm
/
clang
/
5aad79f8d54bf4356b2c8b9e56ace9ac8c39adb0
/
.
/
test
/
CodeGen
/
debug-info-compilation-dir.c
blob: 4b472991498c4c59969a7feb94fcab459da5464a [
file
]
// 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