Re: Some useless includes in llvmjit_inline.cpp

2023-12-13 Thread Shubham Khanna
On Mon, Dec 11, 2023 at 6:28 AM Thomas Munro wrote: > > Hi, > > This is not exhaustive, I just noticed in passing that we don't need these. I was able to compile the changes with "--with-llvm" successfully, and the changes look good to me. Thanks and Regards, Shubham Khanna.

Some useless includes in llvmjit_inline.cpp

2023-12-10 Thread Thomas Munro
Hi, This is not exhaustive, I just noticed in passing that we don't need these. From ccadf2778192db48376632c35474736a3370b0c2 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Mon, 11 Dec 2023 13:50:18 +1300 Subject: [PATCH] Remove useless includes from llvmjit_inline.cpp. --- src/backend/jit/l