[all-commits] [llvm/llvm-project] 943dcf: [libc][windows] fix small build issues.
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Sep 27 15:59:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 943dcf87e3ad803090349ace69305c42c413aa28
https://github.com/llvm/llvm-project/commit/943dcf87e3ad803090349ace69305c42c413aa28
Author: Michael Jones <michaelrj at google.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M libc/test/src/stdio/CMakeLists.txt
Log Message:
-----------
[libc][windows] fix small build issues.
The windows build has fallen behind a little, this patch fixes some
issues that were preventing it from building.
Specifically: Some subfolders weren't being included, leading to missing
targets in the cmake.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D134676
More information about the All-commits
mailing list