[llvm] [C API] Add bindings for DWARF type encoding. (PR #102171)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 11 11:34:15 PDT 2024
dwblaikie wrote:
I'd still vote for using the .def file - I don't want to maintain these enums in two places. If it really helps FII users validate calls, some preprocessing during the LLVM build could be done to produce a header file that had the enums more directly expressed (though I find it hard to imagine if something can parse the header/find the enumerators, it can't handle running things through a preprocessor first/having an embedded preprocessor).
Perhaps other folks who work on the C API have other ideas/opinions? I'm certainly not the only decider here.
https://github.com/llvm/llvm-project/pull/102171
More information about the llvm-commits
mailing list