[Lldb-commits] [PATCH] D133876: [lldb][tests] Move C++ gmodules tests into new gmodules/ subdirectory

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 14 10:12:21 PDT 2022


Michael137 created this revision.
Michael137 added a reviewer: aprantl.
Herald added a project: All.
Michael137 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This is in preparation for adding more gmodules
tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133876

Files:
  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/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/main.cpp
  lldb/test/API/lang/cpp/gmodules/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133876.460143.patch
Type: text/x-patch
Size: 7075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220914/63262804/attachment.bin>


More information about the lldb-commits mailing list