2015-10-08 12:24:12 +08:00
|
|
|
// RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -debug-info-kind=limited %s -o - | FileCheck -check-prefix=CHECK-NONSENSE %s
|
2011-10-22 07:20:41 +08:00
|
|
|
// CHECK-NONSENSE: nonsense
|
|
|
|
|
2015-10-08 12:24:12 +08:00
|
|
|
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck -check-prefix=CHECK-DIR %s
|
2011-10-22 07:20:41 +08:00
|
|
|
// CHECK-DIR: CodeGen
|
2011-10-21 10:32:14 +08:00
|
|
|
|