[PATCH] D21646: AMDGPU/SI: Add support for R_AMDGPU_ABS32

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 07:03:53 PDT 2016


tstellarAMD added inline comments.

================
Comment at: test/MC/AMDGPU/elf64-dwarf-relocs.s:1-4
@@ +1,5 @@
+; RUN: llvm-mc -filetype=obj -triple=amdgcn--amdhsa -mcpu=fiji %s -o %t.o
+; RUN: llvm-readobj -r %t.o | FileCheck %s --check-prefix=READOBJ
+; RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s --check-prefix=DWARFDUMP
+
+; READOBJ: Relocations [
----------------
This test case should be minimal like the one you add for lld.


https://reviews.llvm.org/D21646





More information about the llvm-commits mailing list