This is an archive of the discontinued LLVM Phabricator instance.

[Modules] Allow local submodule visibility without c++
ClosedPublic

Authored by bruno on Apr 6 2017, 11:44 AM.

Details

Summary

Removing this restriction will make it handy to explore local submodule visibility without c++ being turned on. We're currently testing it out with C/ObjC.

Diff Detail

Repository
rL LLVM

Event Timeline

bruno created this revision.Apr 6 2017, 11:44 AM
rsmith accepted this revision.Apr 11 2017, 11:37 AM

Can you also add a basic test that this works in C? Thanks!

This revision is now accepted and ready to land.Apr 11 2017, 11:37 AM
This revision was automatically updated to reflect the committed changes.