Author: Alexey Bader
Date: 2026-01-20T09:27:40-08:00
New Revision: 14c68edc9bc2699847c0191c0f37a8c5cc852d02

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

LOG: [NFC][Driver] Change SYCL test file extension .c -> .cpp (#173937)

SYCL is an API built on top of C++ programming language. Building SYCL
program with C compiler is not possible.

Added: 
    clang/test/Driver/sycl.cpp

Modified: 
    

Removed: 
    clang/test/Driver/sycl.c


################################################################################
diff  --git a/clang/test/Driver/sycl.c b/clang/test/Driver/sycl.cpp
similarity index 100%
rename from clang/test/Driver/sycl.c
rename to clang/test/Driver/sycl.cpp


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to