Re: LLVM Question

2021-06-24 Thread Weber, Eugene
Thanks Wes. From: Wes McKinney Sent: Thursday, June 24, 2021 10:46:01 AM To: user@arrow.apache.org Subject: Re: LLVM Question clang-format is only used in development for formatting the codebase (and checking that it's been formatted). Clang tools (forma

Re: LLVM Question

2021-06-24 Thread Wes McKinney
clang-format is only used in development for formatting the codebase (and checking that it's been formatted). Clang tools (format and tidy) aren't necessary for building the library (Gandiva) that requires LLVM On Thu, Jun 24, 2021 at 9:43 AM Weber, Eugene wrote: > Hi, > > > I'm running Centos 7