Lines Matching full:reduced
12 // RUN: -fexperimental-modules-reduced-bmi -c -o Hello.o -### 2>&1 | FileCheck Hello.cppm
15 // RUN: -fexperimental-modules-reduced-bmi -c -o Hello.o -### 2>&1 | \
19 // RUN: -fexperimental-modules-reduced-bmi -c -### 2>&1 | \
23 // RUN: -fexperimental-modules-reduced-bmi -c -o AnotherName.o -### 2>&1 | \
26 // RUN: %clang -std=c++20 Hello.cppm --precompile -fexperimental-modules-reduced-bmi \
30 // RUN: %clang -std=c++20 Hello.cc -fexperimental-modules-reduced-bmi -Wall -Werror \
34 // RUN: -fmodules-reduced-bmi -c -o Hello.o -### 2>&1 | FileCheck Hello.cppm
37 // RUN: -fmodules-reduced-bmi -c -o Hello.o -### 2>&1 | \
41 // RUN: -fmodules-reduced-bmi -c -### 2>&1 | \
45 // RUN: -fmodules-reduced-bmi -c -o AnotherName.o -### 2>&1 | \
48 // RUN: %clang -std=c++20 Hello.cppm --precompile -fmodules-reduced-bmi \
52 // RUN: %clang -std=c++20 Hello.cc -fmodules-reduced-bmi -Wall -Werror \
56 // RUN: -Wno-missing-reduced-bmi -### 2>&1 | FileCheck Hello.cppm -check-prefix=NO_WARN
59 // RUN: -Wno-missing-reduced-bmi -### 2>&1 | FileCheck Hello.cppm -check-prefix=NO_WARN
66 // CHECK: "-fmodules-reduced-bmi"
81 // CHECK-NOT: "-fmodules-reduced-bmi"