[llvm] r214073 - [PowerPC] Add testcase forgotten in the 214072 commit.

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Jul 29 09:18:25 PDT 2014


> On 2014-Jul-29, at 06:02, Ulrich Weigand <Ulrich.Weigand at de.ibm.com> wrote:
> 
> "Duncan P. N. Exon Smith" <dexonsmith at apple.com> wrote on 29.07.2014
> 01:16:28:
> 
>> This is failing on Darwin:
>> 
>> Command Output (stderr):
>> --
>> /Volumes/Data/llvm/mirror/test/CodeGen/PowerPC/ppc64-elf-abi.ll:8:
>> 16: error: expected string not found in input
>> ; CHECK-ELFv2: .abiversion 2
>>               ^
>> <stdin>:1:2: note: scanning from here
>> .section __TEXT,__text,regular,pure_instructions
>> ^
>> <stdin>:2:6: note: possible intended match here
>> .macosx_version_min 14, 0
>>     ^
>> 
>> --
>> 
>> Can you have a look?
> 
> I think the problem is just that the test needs to use full -mtriple
> to make sure the Linux ABI is selected even when running natively
> on Darwin.  I've checked in (what I hope is) the fix as r214179.

Thanks, that fixed it.



More information about the llvm-commits mailing list