https://bugs.llvm.org/show_bug.cgi?id=41296
Fangrui Song <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |[email protected]
Resolution|--- |FIXED
--- Comment #1 from Fangrui Song <[email protected]> ---
Fixed by rC226609
find_library(DL_LIBRARY_PATH dl)
if (DL_LIBRARY_PATH)
list(APPEND LIBS dl)
endif()
A better approach is probably to refactor CIndexer::getClangResourcesPath to
use getMainExecutable in LLVMSupport
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs