Displaying 3 results from an estimated 3 matches for "d72768".
Did you mean:
372768
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
...d, our plan is the following:
>
> 1. We have two patches, both prepared by Zakk, one to add the `target-abi`
> to the module flags (https://reviews.llvm.org/D72755), and one to check
> that LLVM has been passed the correct `target-abi` to match the module (
> https://reviews.llvm.org/D72768).
> These two are intended to ensure that we are compiling the module as
> expected, and to protect ourselves from errors that could arise otherwise,
> and are entirely within the RISC-V target.
> We would like these to be backported to LLVM 10.0 once they are landed.
>
OK - so...
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
...gt;
>>> 1. We have two patches, both prepared by Zakk, one to add the
>>> `target-abi` to the module flags (https://reviews.llvm.org/D72755), and
>>> one to check that LLVM has been passed the correct `target-abi` to match
>>> the module (https://reviews.llvm.org/D72768).
>>> These two are intended to ensure that we are compiling the module as
>>> expected, and to protect ourselves from errors that could arise otherwise,
>>> and are entirely within the RISC-V target.
>>> We would like these to be backported to LLVM 10.0 once...
2020 Jan 15
2
Encode target-abi into LLVM bitcode for LTO.
David Blaikie <dblaikie at gmail.com> 於 2020年1月14日 週二 上午2:15寫道:
>
>
> On Mon, Jan 13, 2020 at 6:12 AM Zakk <zakk0610 at gmail.com> wrote:
>
>>
>>
>> David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> 於 2020年1月11日 週六
>> 上午2:03寫道:
>>
>>> Ah, OK - thanks for walking me through that.
>>>
>>> Fair enough, I