https://github.com/tarunprabhu created https://github.com/llvm/llvm-project/pull/165273
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. >From 1070938f11a288456a46648e2774b4e6ace893fe Mon Sep 17 00:00:00 2001 From: Tarun Prabhu <[email protected]> Date: Mon, 27 Oct 2025 10:21:40 -0600 Subject: [PATCH] [clang][Driver] Move test out of clang/include 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 which is where the file ought to reside. --- clang/{include/clang => test}/Driver/aarch64-mlr-for-calls-only.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename clang/{include/clang => test}/Driver/aarch64-mlr-for-calls-only.c (100%) 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
