| commit | bac8c8784c848f1dd7ddf44a9a463e6c15c6e594 | [log] [tgz] |
|---|---|---|
| author | Michael Buch <michaelbuch12@gmail.com> | Tue Aug 26 10:35:29 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Aug 26 10:35:29 2025 +0200 |
| tree | ff39ab171e1f9e2e13c7ea06fa45cac69832cf06 | |
| parent | 53d73c0aa909e434b8572e3144f3ff5c8774ccf4 [diff] |
[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
diff --git a/clang/test/CodeGenObjCXX/debug-info-block-capture-this.mm b/clang/test/DebugInfo/ObjCXX/block-capture-this.mm similarity index 100% rename from clang/test/CodeGenObjCXX/debug-info-block-capture-this.mm rename to clang/test/DebugInfo/ObjCXX/block-capture-this.mm
diff --git a/clang/test/CodeGenObjCXX/debug-info-cyclic.mm b/clang/test/DebugInfo/ObjCXX/cyclic.mm similarity index 100% rename from clang/test/CodeGenObjCXX/debug-info-cyclic.mm rename to clang/test/DebugInfo/ObjCXX/cyclic.mm
diff --git a/clang/test/CodeGenObjCXX/debug-info.mm b/clang/test/DebugInfo/ObjCXX/debug-info.mm similarity index 100% rename from clang/test/CodeGenObjCXX/debug-info.mm rename to clang/test/DebugInfo/ObjCXX/debug-info.mm
diff --git a/clang/test/CodeGenObjCXX/debug-info-line.mm b/clang/test/DebugInfo/ObjCXX/line.mm similarity index 100% rename from clang/test/CodeGenObjCXX/debug-info-line.mm rename to clang/test/DebugInfo/ObjCXX/line.mm
diff --git a/clang/test/CodeGenObjCXX/nested-ehlocation.mm b/clang/test/DebugInfo/ObjCXX/nested-ehlocation.mm similarity index 100% rename from clang/test/CodeGenObjCXX/nested-ehlocation.mm rename to clang/test/DebugInfo/ObjCXX/nested-ehlocation.mm
diff --git a/clang/test/CodeGenObjCXX/pr14474-gline-tables-only.mm b/clang/test/DebugInfo/ObjCXX/pr14474-gline-tables-only.mm similarity index 100% rename from clang/test/CodeGenObjCXX/pr14474-gline-tables-only.mm rename to clang/test/DebugInfo/ObjCXX/pr14474-gline-tables-only.mm