Author: Dave Lee Date: 2023-04-06T14:00:21-07:00 New Revision: a58eefa115588d6385ac40d05eb677267f48fc89
URL: https://github.com/llvm/llvm-project/commit/a58eefa115588d6385ac40d05eb677267f48fc89 DIFF: https://github.com/llvm/llvm-project/commit/a58eefa115588d6385ac40d05eb677267f48fc89.diff LOG: [lldb] Rename test module.map files to module.modulemap (NFC) 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. Added: lldb/test/API/lang/objc/modules-incomplete/module.modulemap lldb/test/API/lang/objc/modules-inline-functions/module.modulemap Modified: Removed: lldb/test/API/lang/objc/modules-incomplete/module.map lldb/test/API/lang/objc/modules-inline-functions/module.map ################################################################################ diff --git a/lldb/test/API/lang/objc/modules-incomplete/module.map b/lldb/test/API/lang/objc/modules-incomplete/module.modulemap similarity index 100% rename from lldb/test/API/lang/objc/modules-incomplete/module.map rename to lldb/test/API/lang/objc/modules-incomplete/module.modulemap diff --git a/lldb/test/API/lang/objc/modules-inline-functions/module.map b/lldb/test/API/lang/objc/modules-inline-functions/module.modulemap similarity index 100% rename from lldb/test/API/lang/objc/modules-inline-functions/module.map rename to lldb/test/API/lang/objc/modules-inline-functions/module.modulemap _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits