[llvm] r218722 - llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.

Eric Christopher echristo at gmail.com
Tue Sep 30 17:49:40 PDT 2014


On Tue, Sep 30, 2014 at 5:45 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Tue, Sep 30, 2014 at 5:29 PM, NAKAMURA Takumi <geek4civic at gmail.com>
> wrote:
>>
>> Author: chapuni
>> Date: Tue Sep 30 19:29:16 2014
>> New Revision: 218722
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=218722&view=rev
>> Log:
>> llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be
>> used with -mtriple.
>
>
> Ah, sorry about that - thanks for the fix!
>
>>
>> Also, remove object-emission. test/DebugInfo/X86 doesn't require it.
>
>
> It doesn't? Perhaps I don't understand what "REQUIRES: object-emission"
> means. Could you explain it? I guess maybe it means that it requires that
> the compiler under test can emit objects for the current host? (which isn't
> relevant when the test is generating objects for the specific target (X86)
> which isn't necessarily the current host)
>

Means that the target needs to support object emission.

Thanks!

-eric

>>
>>
>> Modified:
>>     llvm/trunk/test/DebugInfo/X86/gmlt.test
>>
>> Modified: llvm/trunk/test/DebugInfo/X86/gmlt.test
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/gmlt.test?rev=218722&r1=218721&r2=218722&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/test/DebugInfo/X86/gmlt.test (original)
>> +++ llvm/trunk/test/DebugInfo/X86/gmlt.test Tue Sep 30 19:29:16 2014
>> @@ -1,3 +1,2 @@
>> -; REQUIRES: object-emission
>> -; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple
>> x86_64-apple-darwin | llvm-dwarfdump - \
>> +; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple
>> x86_64-apple-darwin | llvm-dwarfdump - \
>>  ; RUN:     | FileCheck --check-prefix=CHECK --check-prefix=DARWIN
>> %S/../Inputs/gmlt.ll
>>
>>
>> _______________________________________________
>> 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
>



More information about the llvm-commits mailing list