blob: 4b472991498c4c59969a7feb94fcab459da5464a [file] [log] [blame]
Douglas Gregor33b3d2a2011-10-21 23:20:41 +00001// RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-NONSENSE %s
2// CHECK-NONSENSE: nonsense
Nick Lewycky7c4fd912011-10-21 02:32:14 +00003
Douglas Gregor33b3d2a2011-10-21 23:20:41 +00004// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-DIR %s
5// CHECK-DIR: CodeGen
6