3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 %t/a.cppm -std=c++20 -triple %itanium_abi_triple \
6 // RUN: -emit-module-interface -o %t/a.pcm
7 // RUN: %clang_cc1 %t/b.cppm -std=c++20 -triple %itanium_abi_triple \
8 // RUN: -emit-module-interface -o %t/b.pcm \
9 // RUN: -fmodule-file=a=%t/a.pcm
10 // RUN: %clang_cc1 %t/b.pcm -std=c++20 -triple %itanium_abi_triple \
11 // RUN: -fmodule-file=a=%t/a.pcm -emit-llvm -o - | FileCheck %t/b.cppm
13 // RUN: %clang_cc1 %t/a.cppm -std=c++20 -triple %itanium_abi_triple \
14 // RUN: -emit-reduced-module-interface -o %t/a.pcm
15 // RUN: %clang_cc1 %t/b.cppm -std=c++20 -triple %itanium_abi_triple \
16 // RUN: -emit-module-interface -o %t/b.pcm \
17 // RUN: -fmodule-file=a=%t/a.pcm
18 // RUN: %clang_cc1 %t/b.pcm -std=c++20 -triple %itanium_abi_triple \
19 // RUN: -fmodule-file=a=%t/a.pcm -emit-llvm -o - | FileCheck %t/b.cppm
37 void require(n::s1<T>) {
55 // Check the LLVM IR of module 'b' get generated correctly.
56 // CHECK: define{{.*}}@_ZGIW1b