Displaying 2 results from an estimated 2 matches for "lnk1143".
Did you mean:
lnk1120
2012 May 29
1
[LLVMdev] The 2 ways of building for Windows
...d using MinGW (or using the pre-built MinGW binary) be linked against using Visual Studio (or, more specifically, using Visual Studio's "cl" compiler and "link" linker)?
In my first attempt, I get an error message like:
libLLVMX86CodeGen.a(X86TargetMachine.o) : fatal error LNK1143: invalid or corrupt file: no symbol for COMDAT section 0x6E
- Paul
2013 Apr 30
0
[LLVMdev] Clang on windows can't compile a code with a zeroinitializer array
When the .bc file contains an array as the following:
@.str = private global [7 x i8] zeroinitializer
"llc -march=x86" generates the following x86 assembly lines:
.data
.lcomm L_.str,7
And trying to compile it with clang generates an error: "fatal error LNK1143: invalid or corrupt file: no symbol for COMDAT section 0x3".
Is that fixable?
Thanks!
Alon
________________________________
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster at nds.com and...