[compiler-rt] r297995 - [PowerPC] Fix sanitizer frame unwind on 32-bit ABIs

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 09:56:06 PDT 2017


On Mon, Mar 20, 2017 at 9:02 AM, Bill Seurer <seurer at linux.vnet.ibm.com> wrote:
> On 03/16/2017 08:12 PM, Evgenii Stepanov wrote:
>>
>> I can confirm that this breaks many sanitizer tests on i686 and x86_64.
>>
>>
>> On Thu, Mar 16, 2017 at 4:16 PM, Juergen Ributzka via llvm-commits
>> <llvm-commits at lists.llvm.org> wrote:
>>>
>>> Looks like this broke our bot:
>>> http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/29210/
>>>
>>> Could you please take a look?
>>>
>>> Thanks
>>>
>>> Cheers,
>>> Juergen
>
>
> The changes were all in code #ifdefed for powerpc so I am not sure how it
> could affect other systems.

 Not really, the patch moves powerpc code out of #ifdef powerpc.


>
>
> --
>
> -Bill Seurer
>


More information about the llvm-commits mailing list