[libc-commits] [libc] [libc] Enabling code coverage via Linux syscalls (PR #213271)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Aug 25 13:49:25 PDT 2026


================
@@ -0,0 +1,26 @@
+//===-- Implementation header for getpid ------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
michaelrj-google wrote:

nit: these new files should use the new style of license header, see: https://llvm.org/docs/CodingStandards.html#file-headers

Here and below

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


More information about the libc-commits mailing list