xref: /llvm-project/clang/test/Modules/explicit-build-prefer-self.cpp (revision 1758a9f1f7efddb9e3e318d9b814e32c8507ba05)
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