Closed dayatsin-amd closed 2 years ago
It looks like LLVM 15.0.0git has been changed again since fix #509, which was tested on Windows and Linux. Looks like they initially introduced LLVMWindowsDriver
lib for both platforms, and then realized that it is a Windows-specific lib and removed it from the Linux configuration. Let me check the affecting LLVM/clang change.
@dayatsin-amd, did you build hipify-clang against the latest trunk LLVM sources?
@emankov Sorry, hipify-clang compiles fine against latest trunk LLVM. Consider issue resolved. Thank you for looking into this.
When compiling on Linux, with LLVM Version 15, we get an error because of dependency on LLVMWindowsDriver. Could the LLVMWindowsDriver dependency only be added when building on Windows/MSVC only?
Error logs:
This is a proposed patch: