search for: lnk1243

Displaying 1 result from an estimated 1 matches for "lnk1243".

2015 Sep 16
2
LLVM linking problem
...; } C:\test>clang-cl -Xclang -emit-llvm -c -fms-compatibility-version=19 test.cpp C:\test>move test.obj test.ll Overwrite C:\test\test.ll? (Yes/No/All): y 1 file(s) moved. C:\test>llvm-link test.ll -o=a.ll C:\test>clang-cl -Wno-override-module a.ll a-e22d14.obj : fatal error LNK1243: invalid or corrupt file: COMDAT section 0x373 associated with following section 0x389 clang-cl.exe: error: linker command failed with exit code 1243 (use -v to see invocation) C:\test>llvm-link -version LLVM (http://llvm.org/): LLVM version 3.7.0 DEBUG build. Default target: x86_64-pc-wi...