Richard Smith | 2f633e7 | 2015-06-22 22:20:47 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Daniel Jasper | 1758a9f | 2015-06-23 09:26:37 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=a %S/Inputs/explicit-build-prefer-self/map -o %t/a.pcm |
3 | // RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=b %S/Inputs/explicit-build-prefer-self/map -o %t/b.pcm |