You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
331 B
9 lines
331 B
# 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
|