[llvm] [fix test] Move typedefs-with-same-name.test into ARM folder (PR #167005)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 11:47:00 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: Roy Shi (royitaqi)

<details>
<summary>Changes</summary>

https://github.com/llvm/llvm-project/pull/166767 mistakenly put the test file outside the ARM folder, causing build bots that only have an x86 target to fail. Moving it into the ARM folder.

NOTE: I'm still building/testing locally.

---
Full diff: https://github.com/llvm/llvm-project/pull/167005.diff


1 Files Affected:

- (renamed) llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test () 


``````````diff
diff --git a/llvm/test/tools/dsymutil/typedefs-with-same-name.test b/llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test
similarity index 100%
rename from llvm/test/tools/dsymutil/typedefs-with-same-name.test
rename to llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test

``````````

</details>


https://github.com/llvm/llvm-project/pull/167005


More information about the llvm-commits mailing list