Home | History | Annotate | Download | only in AArch64
      1 ; RUN: llc -o - %s -mtriple=aarch64-linux-gnu | FileCheck %s
      2 
      3 ; ModuleID = 'compiler-ident.c'
      4 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
      5 target triple = "aarch64--linux-gnu"
      6 
      7 ; CHECK: .ident  "some LLVM version"
      8 
      9 !llvm.ident = !{!0}
     10 
     11 !0 = !{!"some LLVM version"}
     12 
     13