mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 03:06:08 +00:00

This suppresses the implicit search for files called 'module.modulemap' and similar. llvm-svn: 222745
4 lines
199 B
C++
4 lines
199 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -x objective-c -fno-modules-implicit-maps -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
|
|
@import libPrivate1; // expected-error {{not found}}
|