[clang] [clang][Driver] Move test out of clang/include (PR #165273)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 09:30:57 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Tarun Prabhu (tarunprabhu)

<details>
<summary>Changes</summary>

In 9865171e24961, a file named aarch64-mlr-for-calls-only.c was added to clang/include/clang/Driver. This file contains only llvm-lit directives. The file has been moved to clang/test/Driver where the file ought to reside.

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


1 Files Affected:

- (renamed) clang/test/Driver/aarch64-mlr-for-calls-only.c () 


``````````diff
diff --git a/clang/include/clang/Driver/aarch64-mlr-for-calls-only.c b/clang/test/Driver/aarch64-mlr-for-calls-only.c
similarity index 100%
rename from clang/include/clang/Driver/aarch64-mlr-for-calls-only.c
rename to clang/test/Driver/aarch64-mlr-for-calls-only.c

``````````

</details>


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


More information about the cfe-commits mailing list