[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / clang / test / Modules / Inputs / deferred-lookup / module.modulemap
blob61578a1865aa520c006d15cf7c174092b914dec7
1 module a { header "a.h" export * }
2 module b { header "b.h" export * }