Open westernmagic opened 4 years ago
While searching for LLVM, we might encounter other LLVM libraries (eg. if LLVM was compiled to a static library, libLLVMAnalysis.a, etc.), which will then be wrongly returned.
libLLVMAnalysis.a
This patch makes sure we only take the top-level library.
While searching for LLVM, we might encounter other LLVM libraries (eg. if LLVM was compiled to a static library,
libLLVMAnalysis.a
, etc.), which will then be wrongly returned.This patch makes sure we only take the top-level library.