Displaying 3 results from an estimated 3 matches for "james_clayton".
2012 Aug 17
0
[LLVMdev] MSCV linker and OperandInfo constants
James_Clayton at scee.net writes:
[snip]
> This is the first time I've made any patches to llvm - please let me know
> if you'd like any more information.
Please consider submitting your patch to llvm-commits mailing list,
which is the correct place for reviewing patches. Inline the patch in
yo...
2012 Aug 17
2
[LLVMdev] MSCV linker and OperandInfo constants
Hello all,
I've managed to trace an awkward bug down to the MSVC linker incorrectly
merging llvm::OperandInfo constants between various backend targets I was
linking in to my compiler executable. The bug manifested itself by
replacing the operand data structures for target A with the data
structures for target B.
I have managed to work around this issue by moving the operand definitions
2012 Aug 17
1
[LLVMdev] MSCV linker and OperandInfo constants
On Fri, Aug 17, 2012 at 10:29 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> James_Clayton at scee.net writes:
>
> [snip]
>
>> This is the first time I've made any patches to llvm - please let me know
>> if you'd like any more information.
>
> Please consider submitting your patch to llvm-commits mailing list,
> which is the correct place for reviewi...