[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)

via libc-commits libc-commits at lists.llvm.org
Mon Aug 19 09:36:04 PDT 2024


================
@@ -0,0 +1,20 @@
+//===----------- Windows implementation of an exit function -----*- C++ -*-===//
----------------
overmighty wrote:

Nit: should be:

```suggestion
//===-- Windows implementation of an exit function ------------------------===//
```

but there are existing files in OSUtil that don't conform to the standard file header either.

See https://llvm.org/docs/CodingStandards.html#file-headers.

https://github.com/llvm/llvm-project/pull/104676


More information about the libc-commits mailing list