Richard Smith | 7a591a4 | 2015-07-08 02:22:15 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Richard Smith | 6f4e2e0 | 2016-08-23 19:41:39 +0000 | [diff] [blame^] | 2 | // RUN: %clang_cc1 -fmodules -fno-modules-error-recovery -std=c++14 \ |
Richard Smith | 7a591a4 | 2015-07-08 02:22:15 +0000 | [diff] [blame] | 3 | // RUN: -fmodule-name=X -emit-module %S/Inputs/merge-template-pattern-visibility/module.modulemap -x c++ \ |
Richard Smith | 6f4e2e0 | 2016-08-23 19:41:39 +0000 | [diff] [blame^] | 4 | // RUN: -fmodules-local-submodule-visibility -o %t/X.pcm |