[all-commits] [llvm/llvm-project] bac8c8: [clang][DebugInfo][test] Move debug-info tests fro...

Michael Buch via All-commits all-commits at lists.llvm.org
Tue Aug 26 01:35:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bac8c8784c848f1dd7ddf44a9a463e6c15c6e594
      https://github.com/llvm/llvm-project/commit/bac8c8784c848f1dd7ddf44a9a463e6c15c6e594
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    R clang/test/CodeGenObjCXX/debug-info-block-capture-this.mm
    R clang/test/CodeGenObjCXX/debug-info-cyclic.mm
    R clang/test/CodeGenObjCXX/debug-info-line.mm
    R clang/test/CodeGenObjCXX/debug-info.mm
    R clang/test/CodeGenObjCXX/nested-ehlocation.mm
    R clang/test/CodeGenObjCXX/pr14474-gline-tables-only.mm
    A clang/test/DebugInfo/ObjCXX/block-capture-this.mm
    A clang/test/DebugInfo/ObjCXX/cyclic.mm
    A clang/test/DebugInfo/ObjCXX/debug-info.mm
    A clang/test/DebugInfo/ObjCXX/line.mm
    A clang/test/DebugInfo/ObjCXX/nested-ehlocation.mm
    A clang/test/DebugInfo/ObjCXX/pr14474-gline-tables-only.mm

  Log Message:
  -----------
  [clang][DebugInfo][test] Move debug-info tests from CodeGenObjCXX to DebugInfo directory (#154912)

This patch works towards consolidating all Clang debug-info into the
`clang/test/DebugInfo` directory

(https://discourse.llvm.org/t/clang-test-location-of-clang-debug-info-tests/87958).

Here we move only the `clang/test/CodeGenObjCXX` tests.

The list of files i came up with is:
1. searched for anything with `*debug-info*` in the filename
2. searched for occurrences of `debug-info-kind` in the tests



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list