On 22/11/24, Richard Henderson wrote: > On 11/20/24 19:49, Anton Johansson wrote: > > Introduces a new python helper script to convert a set of QEMU .c files to > > LLVM IR .ll using clang. Compile flags are found by looking at > > compile_commands.json, and llvm-link is used to link together all LLVM > > modules into a single module. > > > > Signed-off-by: Anton Johansson <a...@rev.ng> > > --- > > subprojects/helper-to-tcg/get-llvm-ir.py | 143 +++++++++++++++++++++++ > > 1 file changed, 143 insertions(+) > > create mode 100755 subprojects/helper-to-tcg/get-llvm-ir.py > > Is this not something that can be done in meson?
Possibly, I'll look into it, not sure it would be simpler though. //Anton