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

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b44c9af8efd: [lldb][tests] Move C++ gmodules tests into new gmodules/ subdirectory (authored by Michael137).

Changed prior to commit:
  https://reviews.llvm.org/D133876?vs=460143&id=460169#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133876/new/

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






More information about the lldb-commits mailing list