brintos

brintos / llvm-project-archived public Read only

0
0
Text · 591 B · a98dcaf Raw
9 lines · c
1// RUN: rm -rf %t2// RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodule-map-file=%S/Inputs/export_as_test.modulemap %s 2> %t.err3// RUN: FileCheck %s < %t.err4 5// CHECK: export_as_test.modulemap:7:5: error: only top-level modules can be re-exported as public6// CHECK: export_as_test.modulemap:12:15: error: a module can only be re-exported as another top-level module7// CHECK: export_as_test.modulemap:3:13: error: conflicting re-export of module 'PrivateFoo' as 'Foo' or 'Bar'8// CHECK: export_as_test.modulemap:4:13: warning: module 'PrivateFoo' already re-exported as 'Bar'9