[PATCH] D115580: [clang] [unitttests] Fix linking Basic test to LLVMTestingSupport

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 13:10:37 PST 2021


MaskRay added a comment.

> in order to fix linking when building clang against libclang

I am confused by building `clang against libclang`. libclang is the C library (`libclang.so` on ELF platforms). Do you mean `CLANG_LINK_CLANG_DYLIB` `libclang-cpp.so`? What's your cmake command line to trigger a linker error?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115580/new/

https://reviews.llvm.org/D115580



More information about the cfe-commits mailing list