[libc-commits] [libc] [libc] Add compile tests for each public header (PR #122527)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Jan 10 14:26:24 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
----------------
nickdesaulniers wrote:
```suggestion
* SPDXList-License-Identifier: Apache-2.0 WITH LLVM-exception
```
(for a follow up cleanup); dunno how that snuck in, but it occurs in other places. Don't know how I even noticed that...
https://github.com/llvm/llvm-project/pull/122527
More information about the libc-commits
mailing list