[Lldb-commits] [lldb] 3b44c9a - [lldb][tests] Move C++ gmodules tests into new gmodules/ subdirectory

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 14 11:46:39 PDT 2022


Author: Michael Buch
Date: 2022-09-14T14:45:35-04:00
New Revision: 3b44c9af8efd95aba7b4f351e5175ebf02e7b396

URL: https://github.com/llvm/llvm-project/commit/3b44c9af8efd95aba7b4f351e5175ebf02e7b396
DIFF: https://github.com/llvm/llvm-project/commit/3b44c9af8efd95aba7b4f351e5175ebf02e7b396.diff

LOG: [lldb][tests] Move C++ gmodules tests into new gmodules/ subdirectory

This is in preparation for adding more gmodules
tests.

Differential Revision: https://reviews.llvm.org/D133876

Added: 
    lldb/test/API/lang/cpp/gmodules/basic/Makefile
    lldb/test/API/lang/cpp/gmodules/basic/TestWithModuleDebugging.py
    lldb/test/API/lang/cpp/gmodules/basic/main.cpp
    lldb/test/API/lang/cpp/gmodules/basic/pch.h
    lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
    lldb/test/API/lang/cpp/gmodules/templates/a.h
    lldb/test/API/lang/cpp/gmodules/templates/b.h
    lldb/test/API/lang/cpp/gmodules/templates/main.cpp
    lldb/test/API/lang/cpp/gmodules/templates/memory.h
    lldb/test/API/lang/cpp/gmodules/templates/module.modulemap

Modified: 
    

Removed: 
    lldb/test/API/lang/cpp/gmodules-templates/TestGModules.py
    lldb/test/API/lang/cpp/gmodules-templates/a.h
    lldb/test/API/lang/cpp/gmodules-templates/b.h
    lldb/test/API/lang/cpp/gmodules-templates/main.cpp
    lldb/test/API/lang/cpp/gmodules-templates/memory.h
    lldb/test/API/lang/cpp/gmodules-templates/module.modulemap
    lldb/test/API/lang/cpp/gmodules/Makefile
    lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py
    lldb/test/API/lang/cpp/gmodules/main.cpp
    lldb/test/API/lang/cpp/gmodules/pch.h


################################################################################
diff  --git a/lldb/test/API/lang/cpp/gmodules/Makefile b/lldb/test/API/lang/cpp/gmodules/basic/Makefile
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules/Makefile
rename to lldb/test/API/lang/cpp/gmodules/basic/Makefile

diff  --git a/lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py b/lldb/test/API/lang/cpp/gmodules/basic/TestWithModuleDebugging.py
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py
rename to lldb/test/API/lang/cpp/gmodules/basic/TestWithModuleDebugging.py

diff  --git a/lldb/test/API/lang/cpp/gmodules/main.cpp b/lldb/test/API/lang/cpp/gmodules/basic/main.cpp
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules/main.cpp
rename to lldb/test/API/lang/cpp/gmodules/basic/main.cpp

diff  --git a/lldb/test/API/lang/cpp/gmodules/pch.h b/lldb/test/API/lang/cpp/gmodules/basic/pch.h
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules/pch.h
rename to lldb/test/API/lang/cpp/gmodules/basic/pch.h

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/TestGModules.py b/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/TestGModules.py
rename to lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/a.h b/lldb/test/API/lang/cpp/gmodules/templates/a.h
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/a.h
rename to lldb/test/API/lang/cpp/gmodules/templates/a.h

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/b.h b/lldb/test/API/lang/cpp/gmodules/templates/b.h
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/b.h
rename to lldb/test/API/lang/cpp/gmodules/templates/b.h

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/main.cpp b/lldb/test/API/lang/cpp/gmodules/templates/main.cpp
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/main.cpp
rename to lldb/test/API/lang/cpp/gmodules/templates/main.cpp

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/memory.h b/lldb/test/API/lang/cpp/gmodules/templates/memory.h
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/memory.h
rename to lldb/test/API/lang/cpp/gmodules/templates/memory.h

diff  --git a/lldb/test/API/lang/cpp/gmodules-templates/module.modulemap b/lldb/test/API/lang/cpp/gmodules/templates/module.modulemap
similarity index 100%
rename from lldb/test/API/lang/cpp/gmodules-templates/module.modulemap
rename to lldb/test/API/lang/cpp/gmodules/templates/module.modulemap


        


More information about the lldb-commits mailing list