Skip to content

WIP: components/llvm8-base.bst: Filter LLVMTableGen from available libraries.

LLVMTableGen is an internal library that is not published in the shared library. Importing LLVM through CMake tries to verify existence of this library and complains it not existing.

Fixes #652 (closed).

Edited by Valentin David

Merge request reports