Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ramosian-glider opened this issue Aug 31, 2015 · 2 comments

Comments

@ramosian-glider
Copy link
Member

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)_
@ramosian-glider
Copy link
Member Author

fixed in r411

Reported by konstantin.s.serebryany on 2011-06-21 14:40:04

  • Status changed: Fixed

@ramosian-glider
Copy link
Member Author

Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:12:57

  • Labels added: ProjectAddressSanitizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant