Shared LLVM lib exports a very limited amount of symbols for the targets.
tests fail with: Unable to find symbol 'LLVMModuleCreateWithName' in the LLVM shared lib
ptx-linker fails with: Unable to find symbol 'LLVMContextCreate' in the LLVM shared lib
If that can't be fixed, we should at least provide a meaningful error message and a hint to use *-pc-windows-gnu.
Shared LLVM lib exports a very limited amount of symbols for the targets.
tests fail with:
Unable to find symbol 'LLVMModuleCreateWithName' in the LLVM shared libptx-linker fails with:
Unable to find symbol 'LLVMContextCreate' in the LLVM shared libIf that can't be fixed, we should at least provide a meaningful error message and a hint to use
*-pc-windows-gnu.