[PATCH] D61594: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 06:55:04 PDT 2019
grimar added inline comments.
================
Comment at: test/ELF/amdgpu-relocs.s:117
-# OBJDUMP: Contents of section .rodata:
-# OBJDUMP: 98f8ffff ffffffff
+# NM-DAG: 0000000000003008 d temp2
+# NM-DAG: 0000000000003010 B common_var0
----------------
Do you need `-DAG`? I would expect strict order for these symbols I think.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61594/new/
https://reviews.llvm.org/D61594
More information about the llvm-commits
mailing list