Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / fsystem-module.m
blob6ef91b762b0f4eba12bf326dee2a6fe9e280bcf6
1 // RUN: rm -rf %t.dir
2 // RUN: mkdir %t.dir
4 // -fsystem-module requires -emit-module
5 // RUN: not %clang_cc1 -fsyntax-only -fsystem-module %s 2>&1 | grep "-emit-module"
7 // RUN: not %clang_cc1 -fmodules -I %S/Inputs \
8 // RUN:   -emit-module -fmodule-name=warning -pedantic -Werror \
9 // RUN:   %S/Inputs/module.map -o %t.dir/warning.pcm
11 // RUN: %clang_cc1 -fmodules -I %S/Inputs \
12 // RUN:   -emit-module -fmodule-name=warning -pedantic -Werror \
13 // RUN:   %S/Inputs/module.map -o %t.dir/warning-system.pcm -fsystem-module
15 // RUN: not %clang_cc1 -fmodules -I %S/Inputs \
16 // RUN:   -emit-module -fmodule-name=warning -pedantic -Werror \
17 // RUN:   %S/Inputs/module.map -o %t.dir/warning-system.pcm -fsystem-module \
18 // RUN:   -Wsystem-headers