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 \
17 // RUN: dsymutil -f -oso-prepend-path=%t.dir \
19 // RUN: -y %p/dummy-debug-map.map -o - \
20 // RUN: | llvm-dwarfdump --debug-info - | FileCheck %s
21 // RUN: dsymutil --linker llvm -f -oso-prepend-path=%t.dir \
23 // RUN: -y %p/dummy-debug-map.map -o - \
24 // RUN: | llvm-dwarfdump --debug-info - | FileCheck %s
31 // The empty CU from the pcm should not get copied into the dSYM.
32 // Check that module name occured only once.