[clang] a00bb9c - [clang][Driver] Move test out of clang/include

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 12:04:05 PDT 2025


Author: Tarun Prabhu
Date: 2025-10-28T13:04:01-06:00
New Revision: a00bb9c3fbdee06415b2289e130de16523625726

URL: https://github.com/llvm/llvm-project/commit/a00bb9c3fbdee06415b2289e130de16523625726
DIFF: https://github.com/llvm/llvm-project/commit/a00bb9c3fbdee06415b2289e130de16523625726.diff

LOG: [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 where it ought to reside.

Added: 
    clang/test/Driver/aarch64-mlr-for-calls-only.c

Modified: 
    

Removed: 
    clang/include/clang/Driver/aarch64-mlr-for-calls-only.c


################################################################################
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


        


More information about the cfe-commits mailing list