summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/modules-inline-functions/module.modulemap
AgeCommit message (Collapse)Author
2023-04-06[lldb] Rename test module.map files to module.modulemap (NFC)Dave Lee
The name `module.modulemap` is convention. > Clang will also search for a file named `module.map`. This behavior is deprecated and > we plan to eventually remove it.