Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5a2eff85d185ad94b6272a6f6c869496d8c23ced
/
.
/
test
/
CodeGen
/
debug-info-compilation-dir.c
blob: 4b472991498c4c59969a7feb94fcab459da5464a [
file
] [
log
] [
blame
]
// 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