Equivalent of llvm-config for clang libraries?

Hi,

We are using "llvm-config --ldflags --libs all" to know which LLVM libraries to link with. Is there an equivalent command to get which "libclang" libraries to use?

Thanks.

Stéphane Letz