Displaying 1 result from an estimated 1 matches for "llvm_link_librari".
Did you mean:
llvm_link_libraries
2018 Feb 06
1
how to avoid linking with libLTO?
Hi,
Is there a way to avoid linking with the dynamic LTO library.
I’m using llvm 5.0.0 on various platforms (linux, windows, macOS), this library is not required by my application and I keep having trouble with it. My project is cmake based and makes use of LLVMConfig.cmake or llvm-config output (depending on the platform - there is no LLVMConfig.cmake with the windows package).
On windows the