On Wed, Sep 20, 2023 at 07:50:43AM -0400, Siddhesh Poyarekar wrote: > + Support libraries such as libiberty, libcc1 libvtv and libcpp have
Missing comma before libvtv. But more importantly, libvtv is not support library like libiberty, libcpp, it is more like the sanitizer libraries runtime library for -fvtable-verify= . And, libcc1 also isn't a compiler support library, but support library for a GDB plugin. Jakub