Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
25e81b255cea00fe633f2822c1d1d708ef871a59
/
.
/
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