9 lines · plain
1# RUN: llvm-mc -triple=amdgcn--amdhsa -mcpu=fiji %s | FileCheck %s --check-prefix=ASM2# RUN: llvm-mc -filetype=obj -triple=amdgcn--amdhsa -mcpu=fiji %s -o %t.o3# RUN: llvm-objdump -s %t.o | FileCheck %s --check-prefix=OBJDUMP4 5# Check that we don't get spurious PAL metadata. 6 7# ASM-NOT: pal_metadata8# OBJDUMP-NOT: section .note9