[all-commits] [llvm/llvm-project] de5c49: [libc++] Restore order of includes on Windows to u...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Dec 18 14:44:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de5c49f7e63f3237afe1e647d359cb8a5227ba4d
https://github.com/llvm/llvm-project/commit/de5c49f7e63f3237afe1e647d359cb8a5227ba4d
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M libcxx/src/support/win32/thread_win32.cpp
Log Message:
-----------
[libc++] Restore order of includes on Windows to unbreak the build
As reported in [1], it looks like the Windows headers are picky about
the order in which they are included, and the clang-format change broke
the build by reordering the headers.
[1]: https://github.com/llvm/llvm-project/pull/74334#issuecomment-1861719927
More information about the All-commits
mailing list