[llvm] r234466 - Not all triples put _ before function names. Specify a triple to make this test pass on Linux.

Eric Christopher echristo at gmail.com
Wed Apr 8 22:50:02 PDT 2015


Relax the check maybe?

On Wed, Apr 8, 2015, 10:40 PM Lang Hames <lhames at gmail.com> wrote:

> Beat me to it. Thanks for the fix. :)
>
> - Lang.
>
> On Wed, Apr 8, 2015 at 10:31 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
>
>> Author: nicholas
>> Date: Thu Apr  9 00:31:32 2015
>> New Revision: 234466
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=234466&view=rev
>> Log:
>> Not all triples put _ before function names. Specify a triple to make
>> this test pass on Linux.
>>
>> Modified:
>>     llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
>>
>> Modified:
>> llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll?rev=234466&r1=234465&r2=234466&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
>> (original)
>> +++ llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll Thu
>> Apr  9 00:31:32 2015
>> @@ -1,4 +1,4 @@
>> -; RUN: llc -march=arm64 -aarch64-strict-align < %s | FileCheck %s
>> +; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-strict-align <
>> %s | FileCheck %s
>>
>>  ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if
>>  ; strict-alignment is turned on.
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150409/2cfe7bac/attachment.html>


More information about the llvm-commits mailing list