mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
42793bb459
My previous fix rL356591 "[AMDGPU] Added MsgPack format PAL metadata" accidentally caused a spurious PAL metadata .note record to be emitted for any AMDGPU output. That caused failures in the lld test amdgpu-relocs.s. Fixed. Differential Revision: https://reviews.llvm.org/D59613 Change-Id: Ie04a2aaae890dcd490f22c89edf9913a77ce070e llvm-svn: 356621
9 lines
331 B
ArmAsm
9 lines
331 B
ArmAsm
# RUN: llvm-mc -triple=amdgcn--amdhsa -mcpu=fiji %s | FileCheck %s --check-prefix=ASM
|
|
# RUN: llvm-mc -filetype=obj -triple=amdgcn--amdhsa -mcpu=fiji %s -o %t.o
|
|
# RUN: llvm-objdump -s %t.o | FileCheck %s --check-prefix=OBJDUMP
|
|
|
|
# Check that we don't get spurious PAL metadata.
|
|
|
|
# ASM-NOT: pal_metadata
|
|
# OBJDUMP-NOT: section .note
|