| commit | c1d88ea5a751e7e42fc01d297e25eda9e790fea1 | [log] [tgz] |
|---|---|---|
| author | Ben Langmuir <blangmuir@apple.com> | Tue Jan 13 17:47:44 2015 +0000 |
| committer | Ben Langmuir <blangmuir@apple.com> | Tue Jan 13 17:47:44 2015 +0000 |
| tree | 8de8042fcca0cf1478204a9e7cd5dc0156141ab9 | |
| parent | 7615f00e5188e50180f9e2f62c24d50191038bdd [diff] |
Inherit attributes when infering a framework module
If a module map contains
framework module * [extern_c] {}
We will now infer [extern_c] on the inferred framework modules (we
already inferred [system] as a special case).
llvm-svn: 225803