Re: Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT

2022-11-09 Thread Andres Freund
Hi, On 2022-11-08 13:08:45 -0500, Tom Lane wrote: > I happened to notice that these lists of supported versions haven't > been updated in a good long time: > > PGAC_PATH_PROGS(LLVM_CONFIG, llvm-config llvm-config-7 llvm-config-6.0 > llvm-config-5.0 llvm-config-4.0 llvm-config-3.9) > > PGAC_

Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT

2022-11-08 Thread Tom Lane
I happened to notice that these lists of supported versions haven't been updated in a good long time: PGAC_PATH_PROGS(LLVM_CONFIG, llvm-config llvm-config-7 llvm-config-6.0 llvm-config-5.0 llvm-config-4.0 llvm-config-3.9) PGAC_PATH_PROGS(CLANG, clang clang-7 clang-6.0 clang-5.0 clang-4.0 cla