ramosian-glider / sanitizers

0 stars 0 forks source link

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

Open ramosian-glider opened 9 years ago

ramosian-glider commented 9 years ago

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 commented 9 years ago

From @GoogleCodeExporter on August 24, 2015 12:59

fixed in r411

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

ramosian-glider commented 9 years ago

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