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

Open
ramosian-glider opened this issue Aug 26, 2015 · 2 comments

Comments

@ramosian-glider
Copy link
Owner

From @GoogleCodeExporter on August 24, 2015 12:59

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.

Original issue reported on code.google.com by ehsan.ak...@gmail.com on 17 Jun 2011 at 7:39

Attachments:

Copied from original issue: ramosian-glider/address-sanitizer#1

@ramosian-glider
Copy link
Owner Author

From @GoogleCodeExporter on August 24, 2015 12:59

fixed in r411

Original comment by konstant...@gmail.com on 21 Jun 2011 at 2:40

  • Changed state: Fixed

@ramosian-glider
Copy link
Owner Author

From @GoogleCodeExporter on August 24, 2015 12:59

Adding Project:AddressSanitizer as part of GitHub migration.

Original comment by ramosian.glider@gmail.com on 30 Jul 2015 at 9:12

  • Added labels: 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