Displaying 3 results from an estimated 3 matches for "d72755".
Did you mean:
372755
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
...abi` metadata at the very
> least can help catch places where modules with incompatible ABIs are merged.
>
> With this in mind, 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,
> an...
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
...laces where modules with incompatible ABIs are
>>> merged.
>>>
>>> With this in mind, 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...
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