[Lldb-commits] [lldb] a58eefa - [lldb] Rename test module.map files to module.modulemap (NFC)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 6 14:00:26 PDT 2023
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
More information about the lldb-commits
mailing list