search for: 32f49cff

Displaying 1 result from an estimated 1 matches for "32f49cff".

2020 Nov 08
1
Obj doesn't link under MSVC
Hello, I'm using LLVM (10.0.1) in a project I'm working on. Unfortunately, I've encountered a problem a few days ago I could not find a solution yet. I'm using LLVM in combination with the Microsoft's compiler and the platform I'm targeting is also MSVC x64. When linking a generated .obj file with code from another cpp into the dll, the linker complains as follows: ```