[PATCH] D33691: AMDGPU/LLD: Remove deprecated and unused elf definitions from tests

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 16:45:07 PDT 2017


Konstantin Zhuravlyov via Phabricator via llvm-commits

> Index: test/ELF/amdgpu-kernels.s
> ===================================================================
> --- test/ELF/amdgpu-kernels.s
> +++ test/ELF/amdgpu-kernels.s
> @@ -1,13 +1,13 @@
> -# RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri %s -o %t.o
> -# RUN: ld.lld %t.o -o %t
> -# RUN: llvm-readobj -sections -symbols -program-headers %t | FileCheck %s
> +# RUN: llvm-mc -filetype=obj -triple amdgcn-amd-amdhsa -mcpu=gfx700 %s -o %t.o
> +# RUN: ld.lld -shared %t.o -o %t
> +# RUN: llvm-readobj -sections -symbols %t | FileCheck %s

Any reason the program headers are not tested now?

Do you have to change the triple and the cpu?

Cheers,
Rafael


More information about the llvm-commits mailing list