mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
13 lines
295 B
LLVM
13 lines
295 B
LLVM
|
; RUN: llc -o - %s -mtriple=aarch64-linux-gnu | FileCheck %s
|
||
|
|
||
|
; ModuleID = 'compiler-ident.c'
|
||
|
target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
||
|
target triple = "aarch64--linux-gnu"
|
||
|
|
||
|
; CHECK: .ident "some LLVM version"
|
||
|
|
||
|
!llvm.ident = !{!0}
|
||
|
|
||
|
!0 = metadata !{metadata !"some LLVM version"}
|
||
|
|