Sign in
llvm
/
clang
/
ee2f8f2f7c4eacfa305a29fcd916d63c650ca847
/
.
/
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