[libc-commits] [libc] [libc] Add --json mode for hdrgen (PR #127847)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Feb 19 11:25:26 PST 2025
================
@@ -0,0 +1,14 @@
+[
+ {
+ "name": "test_small.h",
+ "standards": [],
+ "includes": [
+ "__llvm-libc-common.h",
+ "llvm-libc-macros/test_more-macros.h",
+ "llvm-libc-macros/test_small-macros.h",
+ "llvm-libc-types/float128.h",
+ "llvm-libc-types/type_a.h",
+ "llvm-libc-types/type_b.h"
+ ]
+ }
+]
----------------
michaelrj-google wrote:
missing newline at EoF
https://github.com/llvm/llvm-project/pull/127847
More information about the libc-commits
mailing list