[lld] r266957 - [LTO/Test] Make x86_64-darwin bot happy again.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 05:41:59 PDT 2016


you probably need to pass a triple to llvm-mc or pass filetype=obj to
llc. In here that is acceptable since you are not testing llc.

Cheers,
Rafael


On 21 April 2016 at 01:30, Davide Italiano via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: davide
> Date: Thu Apr 21 00:30:32 2016
> New Revision: 266957
>
> URL: http://llvm.org/viewvc/llvm-project?rev=266957&view=rev
> Log:
> [LTO/Test] Make x86_64-darwin bot happy again.
>
> Modified:
>     lld/trunk/test/ELF/lto/drop-linkage.ll
>
> Modified: lld/trunk/test/ELF/lto/drop-linkage.ll
> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/drop-linkage.ll?rev=266957&r1=266956&r2=266957&view=diff
> ==============================================================================
> --- lld/trunk/test/ELF/lto/drop-linkage.ll (original)
> +++ lld/trunk/test/ELF/lto/drop-linkage.ll Thu Apr 21 00:30:32 2016
> @@ -1,6 +1,7 @@
>  target triple = "x86_64-unknown-linux-gnu"
>  target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
>
> +; REQUIRES: X86
>  ; RUN: llc %s -o %t.s
>  ; RUN: llvm-mc %t.s -o %t.o -filetype=obj
>  ; RUN: llvm-as %p/Inputs/drop-linkage.ll -o %t2.o
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list