On Tue, Sep 20, 2022 at 9:50 AM Yonghong Song <yhs@xxxxxx> wrote: > > > > On 9/20/22 9:42 AM, Yonghong Song wrote: > > > > > > On 9/20/22 9:36 AM, Vincent Li wrote: > >> Hi Yonghong, > >> > >> In case you missed the report :), I ran into LLVM Clang 15.00 panic > >> when run bpf selftest, I reported in > >> https://github.com/llvm/llvm-project/issues/57598 > > I added some comments in the issue. In summary, your local llvm15 > is old. You need a newer llvm15 (the best is based on llvm15 release > branch), which should fix your issue. > yes indeed pulling the llvm repo that is now 16.0.0 and recompiling the llvm resolved the panic, thank you! > > > > sure. will take a look. > > > >> > >> Thanks!