[llvm] r244155 - Divide the primitive size in bits by eight so the initial load's alignment is in

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 01:46:09 PDT 2015


On 5 August 2015 at 23:10, Richard Diamond <wichard at vitalitystudios.com> wrote:
> Author: diamond
> Date: Wed Aug  5 17:10:57 2015
> New Revision: 244155
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244155&view=rev
> Log:
> Divide the primitive size in bits by eight so the initial load's alignment is in
> bytes as expected. Tested with the included unit test.

Hi Richard,

This is breaking our build:

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/6103

If this test is x86 specific, please add them to an x86 directory,
with a lit.cfg limiting the platforms that test it:

http://llvm.org/docs/TestingGuide.html#platform-specific-tests

cheers,
--renato


More information about the llvm-commits mailing list