12f633e7cSRichard Smith // RUN: rm -rf %t 2*1758a9f1SDaniel Jasper // RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=a %S/Inputs/explicit-build-prefer-self/map -o %t/a.pcm 3*1758a9f1SDaniel Jasper // RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=b %S/Inputs/explicit-build-prefer-self/map -o %t/b.pcm 4