[all-commits] [llvm/llvm-project] 6d8ce4: [libc][obvious] only test FILE on working platforms
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Mar 24 10:19:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d8ce42825ec70cdf79d74f268e0317d0e68cb59
https://github.com/llvm/llvm-project/commit/6d8ce42825ec70cdf79d74f268e0317d0e68cb59
Author: Michael Jones <michaelrj at google.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M libc/test/src/__support/File/CMakeLists.txt
Log Message:
-----------
[libc][obvious] only test FILE on working platforms
The main code for the FILE struct is only enabled on platforms that it
works on, but before this patch the tests were included unconditionally.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D122363
More information about the All-commits
mailing list