Skip to content

Upgrade the LLVM code to avoid creating AVX instructions instead of SSE2 instructions #1

@ramosian-glider

Description

@ramosian-glider

Originally reported on Google Code with ID 1

This LLVM revision <http://llvm.org/viewvc/llvm-project?view=rev&revision=131330> has
a bug fix for LLVM generating invalid AVX instructions.

When I was trying to use AddressSanitizer on Firefox, I was bitten by this bug.  The
fix is simple, we should just upgrade the LLVM used by AddressSanitizer to r131330.

The attached patch does that.

Reported by ehsan.akhgari on 2011-06-17 19:39:47


- _Attachment: [asan-llvm-fix.patch](https://storage.googleapis.com/google-code-attachments/address-sanitizer/issue-1/comment-0/asan-llvm-fix.patch)_

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions