[libc-commits] [libc] [libc] Add compile tests for each public header (PR #122527)
Roland McGrath via libc-commits
libc-commits at lists.llvm.org
Fri Jan 10 16:42:28 PST 2025
================
@@ -0,0 +1,14 @@
+/*===-- Test for <@HEADER_NAME@> ----------------------------------------===
+ *
+ * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+ * See https://llvm.org/LICENSE.txt for license information.
+ * SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
----------------
frobtech wrote:
I copied it from some other random lilbc file (and then had to change the `//` comments to be C89 compatible). But I'm pretty sure I didn't introduce the typo, so we should grep for that typo in other files.
https://github.com/llvm/llvm-project/pull/122527
More information about the libc-commits
mailing list