diff options
author | Ben Langmuir <blangmuir@apple.com> | 2014-03-20 18:27:26 +0000 |
---|---|---|
committer | Ben Langmuir <blangmuir@apple.com> | 2014-03-20 18:27:26 +0000 |
commit | c3ea5654f91f9bc2b627029cc8e53c3a39d4b2ff (patch) | |
tree | 6ca564a422050bfcf355c33aab925477de5c3613 /llvm/lib/Support/LockFileManager.cpp | |
parent | e6c97e01a50fa48456381d8d16debb8d510a5cbb (diff) | |
download | llvm-c3ea5654f91f9bc2b627029cc8e53c3a39d4b2ff.zip llvm-c3ea5654f91f9bc2b627029cc8e53c3a39d4b2ff.tar.gz llvm-c3ea5654f91f9bc2b627029cc8e53c3a39d4b2ff.tar.bz2 |
Prevent lookup of subframework modules by name without parent framework
We were 'allowing' the following import
@import Sub;
where Sub is a subframework of Foo and we had a -F path inside
Foo.framework/Frameworks and no module map file for Sub. This would
later hit assertion failures in debug builds.
Now we should correctly diagnose this as a module not found error.
llvm-svn: 204368
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions