Modules: Add -Rmodule-importAdd a remark for importing modules. Depending on whether this is adirect import (into the TU being built by this compiler instance) ortransitive import (into an alrea
Modules: Add -Rmodule-importAdd a remark for importing modules. Depending on whether this is adirect import (into the TU being built by this compiler instance) ortransitive import (into an already-imported module), the diagnostic hastwo forms: importing module 'Foo' from 'path/to/Foo.pcm' importing module 'Foo' into 'Bar' from 'path/to/Foo.pcm'Also drop a redundant FileCheck invocation in Rmodule-build.m that wasusing -Reverything, since the notes from -Rmodule-import were confusingit.https://reviews.llvm.org/D58891llvm-svn: 355477
show more ...