search for: yourchip

Displaying 2 results from an estimated 2 matches for "yourchip".

Did you mean: your_ip
2004 Oct 18
0
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
...y, I tried everything to > get the linker to cooperate. Ugh! I'm sure you can appreciate the fact that we can't do such a thing. The X86 backend isn't even linked into the JIT on hosts that are not X86, and the JIT even allows for target support to be dynamically loaded: lli -load yourchip.so foo.bc Adding X86 specific stuff to clients is not going to work. > I can only generate static libraries (.lib) > and dynamic libraries (.dll) - there is an option to the linker to force > symbol references, but it has to be put in the final link for the > application and then the...
2004 Oct 18
2
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
Chris Lattner wrote: >>>Can you explain what goes wrong without the stub? It's the only part that >>>I didn't apply. >> >>The X86 backend doesn't get registered since there are no references to >>symbols in X86TargetMachine the object file is never pulled in from the >>library I create, and thus the static intializer for the RegisterTarget