Displaying 2 results from an estimated 2 matches for "d2eb8008".
Did you mean:
42eb8000
2012 May 08
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On 05/08/2012 12:14 AM, dag at cray.com wrote:
> Tobias Grosser<tobias at grosser.es> writes:
>
>>> I forgot to address this one. With current OpenCL and CUDA
>>> specifications, there's no need to do multiple .o files. In my mind,
>>> llc should output one .o (one .s, etc.). Anything else wreaks havoc on
>>> build systems.
>>
>>
2012 May 07
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Tobias Grosser <tobias at grosser.es> writes:
>> I forgot to address this one. With current OpenCL and CUDA
>> specifications, there's no need to do multiple .o files. In my mind,
>> llc should output one .o (one .s, etc.). Anything else wreaks havoc on
>> build systems.
>
> Yes, that's what I am advocating for. There is no need for all this
>