[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py
From: |
Anton Johansson |
Subject: |
Re: [RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py |
Date: |
Tue, 3 Dec 2024 19:49:05 +0100 |
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 <anjo@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py,
Anton Johansson <=