Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / adrp-relocation2.s
blob8c8b3f05ef972971d6a5038eba5683447f11941b
1 // RUN: llvm-mc -triple=aarch64-linux-gnu -filetype=obj -o - %s | llvm-readobj -r - | FileCheck %s
3 // CHECK: R_AARCH64_ADR_PREL_PG_HI21_NC sym
4 adrp x0, :pg_hi21_nc:sym
6 .globl sym
7 sym: