llvm-project/clang/test/Modules/Inputs/dependency-gen-base2.modulemap
Richard Smith 54cc3c2f23 [modules] When constructing paths relative to a module, strip out /./ directory
components. These sometimes get synthetically added, and we don't want -Ifoo
and -I./foo to be treated fundamentally differently here.

llvm-svn: 224055
2014-12-11 20:50:24 +00:00

5 lines
88 B
Plaintext

module "test-base2" {
export *
textual header "Inputs/dependency-gen-included2.h"
}