[clang] 5f55761 - [clang] Fix the capitalization of the DarwinSDKInfoTest unittest filename to avoid case-sensitive FS build errors
Alex Lorenz via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 20 14:53:15 PDT 2021
Author: Alex Lorenz
Date: 2021-07-20T14:53:08-07:00
New Revision: 5f557616c6b13adbe244b3583459a926628c3466
URL: https://github.com/llvm/llvm-project/commit/5f557616c6b13adbe244b3583459a926628c3466
DIFF: https://github.com/llvm/llvm-project/commit/5f557616c6b13adbe244b3583459a926628c3466.diff
LOG: [clang] Fix the capitalization of the DarwinSDKInfoTest unittest filename to avoid case-sensitive FS build errors
Added:
clang/unittests/Basic/DarwinSDKInfoTest.cpp
Modified:
Removed:
clang/unittests/Basic/DarwinSDKinfoTest.cpp
################################################################################
diff --git a/clang/unittests/Basic/DarwinSDKinfoTest.cpp b/clang/unittests/Basic/DarwinSDKInfoTest.cpp
similarity index 100%
rename from clang/unittests/Basic/DarwinSDKinfoTest.cpp
rename to clang/unittests/Basic/DarwinSDKInfoTest.cpp
More information about the cfe-commits
mailing list