| commit | 527040e0c87ac8d6cdde46be51c1a93e098bb5fd | [log] [tgz] |
|---|---|---|
| author | Ben Langmuir <blangmuir@apple.com> | Mon May 05 05:31:33 2014 +0000 |
| committer | Ben Langmuir <blangmuir@apple.com> | Mon May 05 05:31:33 2014 +0000 |
| tree | afcff5e3af5543aff587f498b4c4ad5fdc6416de | |
| parent | d29607871f661c9cde7f60fbf3adeae4fb6d82bc [diff] |
Make module self-import an error Ideally, importing Foo.a from Foo.b would "do the right thing", but until it does, this patch makes it an error rather than allow it to silently be ignored. llvm-svn: 207948