1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
6 // RUN: %clang_cc1 -x objective-c -fmodules -fmodule-format=obj \
7 // RUN: -fdebug-compilation-dir=/OVERRIDE \
8 // RUN: -fimplicit-module-maps -DMODULES -fmodules-cache-path=%t %s \
9 // RUN: -I %S/Inputs -I %t -emit-llvm -o %t.ll \
10 // RUN: -mllvm -debug-only=pchcontainer &>%t-mod.ll
11 // RUN: cat %t-mod.ll | FileCheck %s
14 // RUN: %clang_cc1 -x objective-c -emit-pch -fmodule-format=obj -I %S/Inputs \
15 // RUN: -fdebug-compilation-dir=/OVERRIDE \
16 // RUN: -o %t.pch %S/Inputs/DebugObjC.h \
17 // RUN: -mllvm -debug-only=pchcontainer &>%t-pch.ll
18 // RUN: cat %t-pch.ll | FileCheck %s
24 // CHECK: !DIFile(filename: "{{.*}}DebugObjC{{(\.h)?}}", directory: "/OVERRIDE")