[all-commits] [llvm/llvm-project] 3b44c9: [lldb][tests] Move C++ gmodules tests into new gmo...
Michael137 via All-commits
all-commits at lists.llvm.org
Wed Sep 14 11:46:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b44c9af8efd95aba7b4f351e5175ebf02e7b396
https://github.com/llvm/llvm-project/commit/3b44c9af8efd95aba7b4f351e5175ebf02e7b396
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
R lldb/test/API/lang/cpp/gmodules-templates/TestGModules.py
R lldb/test/API/lang/cpp/gmodules-templates/a.h
R lldb/test/API/lang/cpp/gmodules-templates/b.h
R lldb/test/API/lang/cpp/gmodules-templates/main.cpp
R lldb/test/API/lang/cpp/gmodules-templates/memory.h
R lldb/test/API/lang/cpp/gmodules-templates/module.modulemap
R lldb/test/API/lang/cpp/gmodules/Makefile
R lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py
A lldb/test/API/lang/cpp/gmodules/basic/Makefile
A lldb/test/API/lang/cpp/gmodules/basic/TestWithModuleDebugging.py
A lldb/test/API/lang/cpp/gmodules/basic/main.cpp
A lldb/test/API/lang/cpp/gmodules/basic/pch.h
R lldb/test/API/lang/cpp/gmodules/main.cpp
R lldb/test/API/lang/cpp/gmodules/pch.h
A lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
A lldb/test/API/lang/cpp/gmodules/templates/a.h
A lldb/test/API/lang/cpp/gmodules/templates/b.h
A lldb/test/API/lang/cpp/gmodules/templates/main.cpp
A lldb/test/API/lang/cpp/gmodules/templates/memory.h
A lldb/test/API/lang/cpp/gmodules/templates/module.modulemap
Log Message:
-----------
[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
More information about the All-commits
mailing list