2 cat >modules.modulemap <<EOF
8 clang -c -fmodules -fmodule-map-file=modules.modulemap \
9 -g -gmodules -fmodules-cache-path=. \
10 -Xclang -fdisable-module-hash modules-empty.m -o 1.o
15 // RUN: cp %p/../Inputs/modules-empty/1.o %p/../Inputs/modules-empty/Empty.pcm %t.dir
16 // RUN: dsymutil -f -oso-prepend-path=%t.dir \
18 // RUN: -y %p/dummy-debug-map.map -o - \
19 // RUN: | llvm-dwarfdump --debug-info - | FileCheck %s
26 // The empty CU from the pcm should not get copied into the dSYM.
27 // CHECK: DW_TAG_compile_unit
28 // CHECK-NOT: DW_TAG_compile_unit